aboutsummaryrefslogtreecommitdiffstats
path: root/testing/radvd/radvd.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-19 13:05:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-19 13:05:54 +0000
commitcf99bfcdc13eddff849a7b174c9ef98faef278df (patch)
tree857c86d65bcd480a535ddfe1363cadabf608ed72 /testing/radvd/radvd.initd
parent06c99e76d7319af43a30e06bec68b7a2eefe14cf (diff)
testing/radvd: replace opts in init.d script
ref #943
Diffstat (limited to 'testing/radvd/radvd.initd')
-rw-r--r--testing/radvd/radvd.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/radvd/radvd.initd b/testing/radvd/radvd.initd
index df6faf7a9cd..8510ae1ccad 100644
--- a/testing/radvd/radvd.initd
+++ b/testing/radvd/radvd.initd
@@ -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