Hello community, here is the log from the commit of package libcgroup1 for openSUSE:Factory checked in at Thu Sep 1 15:51:45 CEST 2011.
-------- --- libcgroup1/libcgroup1.changes 2011-06-24 21:41:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/libcgroup1/libcgroup1.changes 2011-08-31 10:43:17.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Aug 31 10:36:24 CEST 2011 - [email protected] + +- don't use /var/lock/subsys/ (bnc#714631) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcgroup1.spec ++++++ --- /var/tmp/diff_new_pack.ZCZDSe/_old 2011-09-01 15:51:25.000000000 +0200 +++ /var/tmp/diff_new_pack.ZCZDSe/_new 2011-09-01 15:51:25.000000000 +0200 @@ -20,7 +20,7 @@ Name: libcgroup1 Version: 0.37.1 -Release: 2 +Release: 4 License: LGPLv2.1 Group: System/Management AutoReqProv: on ++++++ initd_cgconfig.patch ++++++ --- /var/tmp/diff_new_pack.ZCZDSe/_old 2011-09-01 15:51:25.000000000 +0200 +++ /var/tmp/diff_new_pack.ZCZDSe/_new 2011-09-01 15:51:25.000000000 +0200 @@ -1,6 +1,6 @@ --- - scripts/init.d/cgconfig.in | 30 +++++++++++++++++++----------- - 1 file changed, 19 insertions(+), 11 deletions(-) + scripts/init.d/cgconfig.in | 32 ++++++++++++++++++++------------ + 1 file changed, 20 insertions(+), 12 deletions(-) --- a/scripts/init.d/cgconfig.in +++ b/scripts/init.d/cgconfig.in @@ -28,6 +28,15 @@ # Short-Description: start and stop the WLM configuration # Description: This script allows us to create a default configuration ### END INIT INFO +@@ -34,7 +38,7 @@ prefix=@prefix@;exec_prefix=@exec_prefix + CGCONFIGPARSER_BIN=$sbindir/cgconfigparser + CONFIG_FILE=/etc/cgconfig.conf + servicename=cgconfig +-lockfile=/var/lock/subsys/$servicename ++lockfile=/run/$servicename + + # + # Source LSB routines @@ -96,10 +100,9 @@ create_default_groups() { } ++++++ initd_cgred.patch ++++++ --- /var/tmp/diff_new_pack.ZCZDSe/_old 2011-09-01 15:51:25.000000000 +0200 +++ /var/tmp/diff_new_pack.ZCZDSe/_new 2011-09-01 15:51:25.000000000 +0200 @@ -1,6 +1,6 @@ --- - scripts/init.d/cgred.in | 62 ++++++++++++++++++++++++++++-------------------- - 1 file changed, 37 insertions(+), 25 deletions(-) + scripts/init.d/cgred.in | 64 ++++++++++++++++++++++++++++-------------------- + 1 file changed, 38 insertions(+), 26 deletions(-) --- a/scripts/init.d/cgred.in +++ b/scripts/init.d/cgred.in @@ -46,7 +46,13 @@ if [ -n "$LOG_FILE" ]; then OPTIONS="$OPTIONS --logfile=$LOG_FILE" fi -@@ -68,10 +70,15 @@ pidfile=/var/run/cgred.pid +@@ -63,15 +65,20 @@ fi + # For convenience + processname=cgrulesengd + servicename=cgred +-lockfile="/var/lock/subsys/$servicename" ++lockfile="/run/$servicename" + pidfile=/var/run/cgred.pid start() { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
