diff options
Diffstat (limited to 'net-dns/nsd/files/nsd.initd')
-rw-r--r-- | net-dns/nsd/files/nsd.initd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-dns/nsd/files/nsd.initd b/net-dns/nsd/files/nsd.initd index 76ac12100..cc64bd11e 100644 --- a/net-dns/nsd/files/nsd.initd +++ b/net-dns/nsd/files/nsd.initd @@ -1,12 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # -opts="${opts} reload" +extra_commands="reload" description="NSD is an authoritative only, high performance, open source name server" -description_start="Start the server" -description_stop="Stop the server" description_reload="Rebuild zone database and reload it" config_file=${config_file:-/etc/nsd/nsd.conf} |