diff options
Diffstat (limited to 'net-firewall/shorewall6/files/shorewall6.initd')
-rw-r--r-- | net-firewall/shorewall6/files/shorewall6.initd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-firewall/shorewall6/files/shorewall6.initd b/net-firewall/shorewall6/files/shorewall6.initd index bb778fa19aca..5eccb81e41f0 100644 --- a/net-firewall/shorewall6/files/shorewall6.initd +++ b/net-firewall/shorewall6/files/shorewall6.initd @@ -1,9 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/files/shorewall6.initd,v 1.1 2009/01/22 08:38:50 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/files/shorewall6.initd,v 1.2 2012/02/24 18:53:41 constanze Exp $ -opts="start stop restart clear reset refresh check" +extra_commands="check clear" +extra_started_commands="refresh reset" depend() { need net |