Accepting request 41635 from Base:System

Copy from Base:System/util-linux based on submit request 41635 from user coolo

OBS-URL: https://build.opensuse.org/request/show/41635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=92
This commit is contained in:
OBS User autobuild 2010-06-18 03:15:08 +00:00 committed by Git OBS Bridge
commit 01285f327a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -27,7 +27,7 @@ License: GPLv2+
Group: System/Base
AutoReqProv: on
Version: 2.17.2
Release: 3
Release: 4
Recommends: %name-lang = %{version}
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v%{version}/%name-ng-%{version}.tar.bz2

View File

@ -31,7 +31,7 @@ case "$1" in
echo -n "Starting uuidd "
mkdir -p $UUIDD_PID_PATH
chown uuidd:uuidd $UUIDD_PID_PATH
/sbin/startproc $UUIDD_BIN $UUIDD_OPTIONS
/sbin/startproc -u uuidd -g uuidd $UUIDD_BIN $UUIDD_OPTIONS
rc_status -v
;;
stop)