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/tinc/tincd.initd | |
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/tinc/tincd.initd')
-rw-r--r-- | main/tinc/tincd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |