summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2012-12-19 01:18:36 +0000
committerLars Wendler <polynomial-c@gentoo.org>2012-12-19 01:18:36 +0000
commit1d0ca5b30aab0b428d2880456580b6d262bb23d7 (patch)
tree77c20e44b2f07989845afde65b3096c7df3d2949 /net-dns/pdnsd/files
parentVersion bump (bug #416615). Removed old. Fixed HOMEPAGE (diff)
downloadhistorical-1d0ca5b30aab0b428d2880456580b6d262bb23d7.tar.gz
historical-1d0ca5b30aab0b428d2880456580b6d262bb23d7.tar.bz2
historical-1d0ca5b30aab0b428d2880456580b6d262bb23d7.zip
Small fix in the new init.d file
Package-Manager: portage-2.2.0_alpha149/cvs/Linux x86_64 Manifest-Sign-Key: 0x981CA6FC
Diffstat (limited to 'net-dns/pdnsd/files')
-rw-r--r--net-dns/pdnsd/files/pdnsd.rc76
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/pdnsd/files/pdnsd.rc7 b/net-dns/pdnsd/files/pdnsd.rc7
index 5ec069e0fd50..92122b1217f0 100644
--- a/net-dns/pdnsd/files/pdnsd.rc7
+++ b/net-dns/pdnsd/files/pdnsd.rc7
@@ -1,12 +1,12 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/files/pdnsd.rc7,v 1.1 2012/12/19 01:14:36 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/files/pdnsd.rc7,v 1.2 2012/12/19 01:18:33 polynomial-c Exp $
+pidfile="/var/run/pdnsd.pid"
command="/usr/sbin/pdnsd"
-command_args="-s -t -d -p /var/run/pdnsd.pid ${PDNSDCONFIG}"
+command_args="-s -t -d -p ${pidfile} ${PDNSDCONFIG}"
extra_started_commands="reload"
-pidfile="/var/run/pdnsd.pid"
depend() {
need net