glyustb / mogilefs

Automatically exported from code.google.com/p/mogilefs
0 stars 0 forks source link

Fix debian init script #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Seems to be broken? From the list:

"there is a small error in both init script. just remove the pidfile
option from start-stop-deamon and it will work.

## will not work:
        start-stop-daemon --stop --oknodo --pidfile $PIDFILE --name $NAME --
user $MOGILEFSD_RUNASUSER

## will work:
        start-stop-daemon --stop --oknodo --name $NAME --user
$MOGILEFSD_RUNASUSER"

... but then someone else points out that 'restart' no longer works.

Original issue reported on code.google.com by dorma...@rydia.net on 3 Oct 2010 at 12:11

GoogleCodeExporter commented 8 years ago
Fixed this bug (and some other debian related packaging bugs). The patch is 
posted on the mailinglist. I can also push it via github if desired.

Original comment by AndrePas...@googlemail.com on 29 Nov 2010 at 1:57

GoogleCodeExporter commented 8 years ago
Pushed and will be in the next release... closing this out.

Original comment by dorma...@rydia.net on 24 Dec 2010 at 10:26