diff options
Diffstat (limited to 'net-analyzer/smokeping/files/smokeping.init')
-rw-r--r-- | net-analyzer/smokeping/files/smokeping.init | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/smokeping/files/smokeping.init b/net-analyzer/smokeping/files/smokeping.init index a297a5911698..6ccb34a8c3f5 100644 --- a/net-analyzer/smokeping/files/smokeping.init +++ b/net-analyzer/smokeping/files/smokeping.init @@ -1,12 +1,12 @@ #!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -opts="start stop dump restore" +opts="${opts} dump restore" depend() { - use dns need net + use dns } checkconfig() { |