alfred: add files directory
This commit is contained in:
parent
f1bd9b77ea
commit
433534e33e
2 changed files with 18 additions and 0 deletions
10
srcpkgs/alfred/files/alfred/run
Executable file
10
srcpkgs/alfred/files/alfred/run
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
. /etc/conf.d/alfred
|
||||
|
||||
if [ "$MASTER" ]; then
|
||||
master=-m
|
||||
else
|
||||
master=
|
||||
fi
|
||||
|
||||
exec alfred -i "$IF_LIST" -b "$BATMAN_IF" $master
|
8
srcpkgs/alfred/files/conf_alfred
Normal file
8
srcpkgs/alfred/files/conf_alfred
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Run alfred in master mode
|
||||
#MASTER=yes
|
||||
|
||||
# Comma separated list of interfaces for alfred
|
||||
IF_LIST="bat0"
|
||||
|
||||
# Batman interface
|
||||
BATMAN_IF="bat0"
|
Loading…
Reference in a new issue