summaryrefslogtreecommitdiffstats
path: root/testing/radvd
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
parent06c99e76d7319af43a30e06bec68b7a2eefe14cf (diff)
downloadaports-cf99bfcdc13eddff849a7b174c9ef98faef278df.tar.bz2
aports-cf99bfcdc13eddff849a7b174c9ef98faef278df.tar.xz
testing/radvd: replace opts in init.d script
ref #943
Diffstat (limited to 'testing/radvd')
-rw-r--r--testing/radvd/APKBUILD4
-rw-r--r--testing/radvd/radvd.initd4
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/radvd/APKBUILD b/testing/radvd/APKBUILD
index 93195bd10..6861da498 100644
--- a/testing/radvd/APKBUILD
+++ b/testing/radvd/APKBUILD
@@ -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"
diff --git a/testing/radvd/radvd.initd b/testing/radvd/radvd.initd
index df6faf7a9..8510ae1cc 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