From: Russ Allbery Date: Thu, 21 Jun 2007 09:34:55 +0000 (+0000) Subject: Also drop --pidfile from the openafs-fileserver init script, since this X-Git-Tag: debian/1.4.4.dfsg1-4~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=74e6c76532325083e4f6c7397feaa14373e30789;p=packages%2Fo%2Fopenafs.git Also drop --pidfile from the openafs-fileserver init script, since this option is for when the daemon writes out its own PID file and bosserver doesn't do that. --- diff --git a/debian/openafs-fileserver.init b/debian/openafs-fileserver.init index a70ed053d..bfe35e560 100755 --- a/debian/openafs-fileserver.init +++ b/debian/openafs-fileserver.init @@ -41,8 +41,8 @@ exec /dev/null ; then bos restart localhost -localauth -bos else - start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ - --name bosserver --startas $DAEMON -- $DAEMON_ARGS + start-stop-daemon --start --quiet --name bosserver \ + --startas $DAEMON -- $DAEMON_ARGS fi sleep 1 echo "$NAME."