diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 13:01:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 13:01:34 +0000 |
commit | 06c99e76d7319af43a30e06bec68b7a2eefe14cf (patch) | |
tree | 462750048d5ca6853972bb24524bb737903fff2f /main | |
parent | 234307f8126dc961140c94d1a28b0df9c247a624 (diff) | |
download | aports-06c99e76d7319af43a30e06bec68b7a2eefe14cf.tar.bz2 aports-06c99e76d7319af43a30e06bec68b7a2eefe14cf.tar.xz |
main/tinc: replace opts in init.d scripts
ref #943
Diffstat (limited to 'main')
-rw-r--r-- | main/tinc/APKBUILD | 4 | ||||
-rw-r--r-- | main/tinc/tincd.initd | 2 | ||||
-rw-r--r-- | main/tinc/tincd.lo.initd | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/main/tinc/APKBUILD b/main/tinc/APKBUILD index 03194dc570..c67a38d926 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 452687dfb6..6ed1bef957 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 79c185b381..afa0156812 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() { |