alfred: add files directory

This commit is contained in:
Enno Boland 2015-02-02 12:45:38 +01:00
parent f1bd9b77ea
commit 433534e33e
2 changed files with 18 additions and 0 deletions

10
srcpkgs/alfred/files/alfred/run Executable file
View 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

View 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"