From 017bbf03dfa3e56d9874b8124e6cb4c0274d29db Mon Sep 17 00:00:00 2001 From: "Tom Hendrikx (whyscream)" Date: Fri, 9 Dec 2011 15:20:23 +0000 Subject: net-dns/nsd: updated init script, replaced deprecated $opts with new $extra_commands (no version bump necessary) svn path=/sunrise/; revision=12566 --- net-dns/nsd/files/nsd.initd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'net-dns/nsd/files/nsd.initd') 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} -- cgit v1.2.3-65-gdbad