alfred: add service for batman visualisation.
This commit is contained in:
parent
dd78bf4dbe
commit
a19d8a6124
2 changed files with 6 additions and 1 deletions
4
srcpkgs/alfred/files/batman-vis/run
Executable file
4
srcpkgs/alfred/files/batman-vis/run
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
. /etc/conf.d/alfred
|
||||
|
||||
exec batadv-vis -si "$BATMAN_IF"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'alfred'
|
||||
pkgname=alfred
|
||||
version=2014.4.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
short_desc="Daemon for distributing arbitrary information over a batman mesh"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
|
@ -16,5 +16,6 @@ depends="batman-adv"
|
|||
|
||||
post_install() {
|
||||
vsv alfred
|
||||
vsv batman-vis
|
||||
vinstall $FILESDIR/conf_alfred 644 etc/conf.d alfred
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue