radvd: added runit service.

This commit is contained in:
Juan RP 2014-10-13 16:49:24 +02:00
parent 1dd9ade982
commit 3fac07b466
2 changed files with 7 additions and 3 deletions

2
srcpkgs/radvd/files/radvd/run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec radvd --nodaemon --logmethod=syslog

View File

@ -1,11 +1,12 @@
# Template file for 'radvd' # Template file for 'radvd'
pkgname=radvd pkgname=radvd
version=2.8 version=2.8
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config bison flex" hostmakedepends="pkg-config flex"
makedepends="check-devel libdaemon-devel" makedepends="check-devel libdaemon-devel"
conf_files="/etc/radvd.conf" conf_files="/etc/radvd.conf"
replaces="runit-void<20141013_2"
short_desc="IPv6 Router Advertisement Daemon" short_desc="IPv6 Router Advertisement Daemon"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom" license="custom"
@ -14,6 +15,7 @@ distfiles="http://www.litech.org/radvd/dist/${pkgname}-${version}.tar.xz"
checksum=0a1041b2044dafa45882b9fc30badadb7abed76c1a20f6332fecaa53c8440df9 checksum=0a1041b2044dafa45882b9fc30badadb7abed76c1a20f6332fecaa53c8440df9
post_install() { post_install() {
vinstall radvd.conf.example 644 etc radvd.conf vsv radvd
vconf radvd.conf.example radvd.conf
vlicense COPYRIGHT LICENSE vlicense COPYRIGHT LICENSE
} }