I think there's an error in /etc/init.d/squeezecenter.

/etc/logrotate.d/squeezecenter calls /etc/init.d/squeezecenter
condrestart, which runs (for Red Hat based systems):

condrestart() {
[ -f $LOCKFILE ] && restart || :
}


But this should be:

condrestart() {
[ ! -f $LOCKFILE ] && restart || :
}


There also appear to be two other regressions in this script.  When
stopping squeezecenter, neither mDNSResponder or MySQL are stopped.  I
remember reporting these issues during the SC7 beta, but now they're
back.


-- 
dem

Dave
------------------------------------------------------------------------
dem's Profile: http://forums.slimdevices.com/member.php?userid=2504
View this thread: http://forums.slimdevices.com/showthread.php?t=50605

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to