testing/radvd: replace opts in init.d script

ref #943
This commit is contained in:
Natanael Copa 2012-01-19 13:05:54 +00:00
parent 06c99e76d7
commit cf99bfcdc1
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=radvd
pkgver=1.8
pkgrel=0
pkgrel=1
pkgdesc="A Router Advertisement daemon"
url="http://www.litech.org/radvd/"
arch="all"
@ -52,5 +52,5 @@ package() {
md5sums="50b4cfbdfa04d629d80437fd1d9e2aef radvd-1.8.tar.gz
c0297515f242d8e8e890d4cdc38bc5b4 radvd-1.1-gnu-source.patch
6af530b901277953d662dfaf2f5d42e6 radvd.initd
ed1e493b9cd46b705886b8934ebc988f radvd.initd
7593b61c3198d961cc86dd5b85b9f44a radvd.confd"

View File

@ -1,13 +1,13 @@
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/files/radvd.init,v 1.4 2011/03/05 10:43:29 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/files/radvd.init,v 1.6 2011/12/04 10:14:13 swegener Exp $
CONFIGFILE=/etc/radvd.conf
PIDFILE=/var/run/radvd/radvd.pid
SYSCTL_FORWARD=net.ipv6.conf.all.forwarding
opts="reload"
extra_started_commands="reload"
depend() {
need net