]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-common.init
2001-06-15 Chip Salzenberg <chip@debian.org>
[nfs-utils.git] / debian / nfs-common.init
index 63bc29c4d138ba51887c66c1b7fac498ab8bdb89..78edad134214dc75313490e179067785ccb0301d 100755 (executable)
@@ -25,12 +25,10 @@ fi
 # What is this?
 DESC="NFS common utilities"
 
-# Make sure that daemon cwds are in root fs.
-cd /
-
 # See how we were called.
 case "$1" in
   start)
+       cd /    # daemons should have root dir as cwd
        printf "Starting $DESC:"
        printf " statd"
        start-stop-daemon --start --quiet \