aboutsummaryrefslogtreecommitdiff
path: root/support/init.d.examples/named.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-12-20 11:01:29 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-12-20 11:01:29 -0600
commit7affff568a0aa83d732757c4699d4b94b7e3a9aa (patch)
tree3ed80b0390ccf92fc5532f79126c008303a39d4a /support/init.d.examples/named.in
parent4f750933fd8ef944be58bfeef071a8e35fc0c606 (diff)
init.d.examples: pid files always go in /var
This removes the @VARBASE@ substitution since it is always translated to /var.
Diffstat (limited to 'support/init.d.examples/named.in')
-rw-r--r--support/init.d.examples/named.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/init.d.examples/named.in b/support/init.d.examples/named.in
index 1348787f..409ac54e 100644
--- a/support/init.d.examples/named.in
+++ b/support/init.d.examples/named.in
@@ -11,7 +11,7 @@
command=/usr/sbin/named
command_args=$named_args
-pidfile=@VARBASE@/run/named.pid
+pidfile=/var/run/named.pid
name="Domain Name server"
extra_started_commands="reload"
@@ -20,7 +20,7 @@ uid=named
case "$RC_UNAME" in
FreeBSD)
uid=bind
- pidfile=@VARBASE@/run/named/pid
+ pidfile=/var/run/named/pid
;;
Linux)
uid=bind