http://qa.mandrakesoft.com/show_bug.cgi?id=5926





------- Additional Comments From [EMAIL PROTECTED]  2003-24-09 12:14 -------
[EMAIL PROTECTED] root]# grep named /etc/passwd /etc/group
/etc/passwd:named:x:72:72:system user for bind:/var/named:/bin/false
/etc/group:named:x:72:


-- 
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.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
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

Reply via email to