http://qa.mandrakesoft.com/show_bug.cgi?id=5926
Product: bind
Component: program
Summary: [PATCH] make /etc/init.d/named work again
Product: bind
Version: 9.2.3-0.rc2.1mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I upgraded to latest version of bind, but
named now fails to load because there's no user "named" :
--- /etc/init.d/named.bak 2003-09-18 11:21:23.000000000 +0200
+++ /etc/init.d/named 2003-09-19 18:56:56.000000000 +0200
@@ -32,7 +32,7 @@
if [ -n "${ROOTDIR}" -a "x${ROOTDIR}" != "x/" ]; then
OPTIONS="${OPTIONS} -t ${ROOTDIR}"
fi
- daemon named -u named ${OPTIONS}
+ daemon named ${OPTIONS}
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/named
echo
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.