http://bugzilla.novell.com/show_bug.cgi?id=546977 User mt@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=546977#c3 --- Comment #3 from Marius Tomaschewski <mt@novell.com> 2009-10-26 09:27:37 MDT --- The workaround bellow seems to work, but I didn't tested it much. --- rsyncd.old 2009-10-26 16:25:28.000000000 +0100 +++ rsyncd 2009-10-26 16:25:16.000000000 +0100 @@ -65,7 +65,7 @@ # NOTE: startproc return 0, even if service is # already running to match LSB spec. - startproc -p $RSYNCD_PID -t 1 $RSYNCD_BIN --daemon + checkproc -p $RSYNCD_PID $RSYNCD_BIN || $RSYNCD_BIN --daemon # Remember status and be verbose rc_status -v @@ -75,7 +75,7 @@ ## Stop daemon with killproc(8) and if this fails ## set echo the echo return value. - killproc -p $RSYNCD_PID -TERM $RSYNCD_BIN + killproc -p $RSYNCD_PID $RSYNCD_BIN # Remember status and be verbose rc_status -v -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.