svn commit: r238629 - head/etc/rc.d
Devin Teske
dteske at FreeBSD.org
Thu Jul 19 22:41:01 UTC 2012
Author: dteske
Date: Thu Jul 19 22:41:00 2012
New Revision: 238629
URL: http://svn.freebsd.org/changeset/base/238629
Log:
Revert SVN r238628 (mistake).
Modified:
head/etc/rc.d/named
Modified: head/etc/rc.d/named
==============================================================================
--- head/etc/rc.d/named Thu Jul 19 22:33:13 2012 (r238628)
+++ head/etc/rc.d/named Thu Jul 19 22:41:00 2012 (r238629)
@@ -173,7 +173,7 @@ named_prestart()
warn 'named_pidfile: now determined from the conf file'
fi
- command_args="-u ${named_uid:-root}"
+ command_args="-u ${named_uid:=root}"
if [ ! "$named_conf" = '/etc/namedb/named.conf' ]; then
case "$named_flags" in
More information about the svn-src-head
mailing list