Updating link to change in openSUSE:Factory/util-linux revision 92.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=555acafc445392909a4705fe5eeef66a
This commit is contained in:
OBS User buildservice-autocommit 2010-06-18 03:15:08 +00:00 committed by Git OBS Bridge
parent abe72e3488
commit 8ae9ac4078
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)