summaryrefslogtreecommitdiffstats
path: root/main/tinc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-19 13:01:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-19 13:01:34 +0000
commit06c99e76d7319af43a30e06bec68b7a2eefe14cf (patch)
tree462750048d5ca6853972bb24524bb737903fff2f /main/tinc
parent234307f8126dc961140c94d1a28b0df9c247a624 (diff)
downloadaports-06c99e76d7319af43a30e06bec68b7a2eefe14cf.tar.bz2
aports-06c99e76d7319af43a30e06bec68b7a2eefe14cf.tar.xz
main/tinc: replace opts in init.d scripts
ref #943
Diffstat (limited to 'main/tinc')
-rw-r--r--main/tinc/APKBUILD4
-rw-r--r--main/tinc/tincd.initd2
-rw-r--r--main/tinc/tincd.lo.initd2
3 files changed, 4 insertions, 4 deletions
diff --git a/main/tinc/APKBUILD b/main/tinc/APKBUILD
index 03194dc57..c67a38d92 100644
--- a/main/tinc/APKBUILD
+++ b/main/tinc/APKBUILD
@@ -46,6 +46,6 @@ package() {
}
md5sums="f1c7ed94878725fb2cf4efb02bf160da tinc-1.0.16.tar.gz
-89d104d38bab84d6f92d27464e48628d tincd.initd
-96d8778284637fa7790a4c6239a72070 tincd.lo.initd
+411a260ed9bb1fc441444c3efbeafd7b tincd.initd
+b95471eab010c0ed002cf3d16a009ced tincd.lo.initd
475d64d9aa410ec7e91f5b079800abc9 tinc.networks"
diff --git a/main/tinc/tincd.initd b/main/tinc/tincd.initd
index 452687dfb..6ed1bef95 100644
--- a/main/tinc/tincd.initd
+++ b/main/tinc/tincd.initd
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.5 2008/04/01 14:08:45 dragonheart Exp $
-opts="reload"
+extra_started_commands="reload"
depend() {
use logger dns
diff --git a/main/tinc/tincd.lo.initd b/main/tinc/tincd.lo.initd
index 79c185b38..afa015681 100644
--- a/main/tinc/tincd.lo.initd
+++ b/main/tinc/tincd.lo.initd
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo,v 1.1 2010/07/18 10:04:56 dragonheart Exp $
-opts="reload"
+extra_started_commands="reload"
depend()
{