https://bugzilla.novell.com/show_bug.cgi?id=714628 https://bugzilla.novell.com/show_bug.cgi?id=714628#c1 --- Comment #1 from Thomas Abraham <tabraham@suse.com> 2012-12-07 21:24:08 UTC --- It appears that the only place /var/lock/subsys is referenced is in the init script where it removes /var/lock/subsys/$PNAME on stop after killing collectl. stop) # Note that we need to use a pid file to identify which instance we want to stop if [ -f $PIDFILE ]; then echo -n "Shutting down $PNAME: " killproc -p $PIDFILE collectl RETVAL=$? rc_status -v echo [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$PNAME else echo "$PNAME not running" fi ;; I'll target this for removal/cleanup for the next openSUSE release. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.