summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hendrikx (whyscream) <tom@whyscream.net>2011-12-09 15:20:23 +0000
committerTom Hendrikx (whyscream) <tom@whyscream.net>2011-12-09 15:20:23 +0000
commit017bbf03dfa3e56d9874b8124e6cb4c0274d29db (patch)
treecf2b405ee7dcd4e15fed99bfa468839cd916c6c2 /net-dns/nsd/files
parentapp-portage/overlay-utils: Drop echangelog-tng which is incompatible with >=d... (diff)
downloadsunrise-017bbf03dfa3e56d9874b8124e6cb4c0274d29db.tar.gz
sunrise-017bbf03dfa3e56d9874b8124e6cb4c0274d29db.tar.bz2
sunrise-017bbf03dfa3e56d9874b8124e6cb4c0274d29db.zip
net-dns/nsd: updated init script, replaced deprecated $opts with new $extra_commands (no version bump necessary)
svn path=/sunrise/; revision=12566
Diffstat (limited to 'net-dns/nsd/files')
-rw-r--r--net-dns/nsd/files/nsd.initd6
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}