http://qa.mandrakesoft.com/show_bug.cgi?id=5926
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2003-24-09 10:31 -------
[EMAIL PROTECTED] root]# rpm -q bind --scripts
preinstall scriptlet (using /bin/sh):
/usr/share/rpm-helper/add-user bind $1 named /var/named /bin/false
--
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