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