diff --git a/util-linux.changes b/util-linux.changes index 9732cbd..6112efe 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Jun 1 14:23:23 UTC 2010 - puzel@novell.com - -- do not run uuidd as root, but uuidd:uuidd (bnc#604168) - ------------------------------------------------------------------- Fri May 28 13:24:43 UTC 2010 - puzel@novell.com diff --git a/uuidd.rc b/uuidd.rc index 271a0d2..794295d 100644 --- a/uuidd.rc +++ b/uuidd.rc @@ -31,7 +31,7 @@ case "$1" in echo -n "Starting uuidd " mkdir -p $UUIDD_PID_PATH chown uuidd:uuidd $UUIDD_PID_PATH - /sbin/startproc -u uuidd -g uuidd $UUIDD_BIN $UUIDD_OPTIONS + /sbin/startproc $UUIDD_BIN $UUIDD_OPTIONS rc_status -v ;; stop)