diff options
author | chip <chip> | 2001-06-15 23:08:35 +0000 |
---|---|---|
committer | chip <chip> | 2001-06-15 23:08:35 +0000 |
commit | 509cf23ffbe6075e6065d3b59db02bdec1c51f59 (patch) | |
tree | f3c69a2854085e543d60ec63f9980be22084e6d4 /debian/nfs-common.init | |
parent | 05c179231792bd2558cd2df75e13fe23fc33f082 (diff) | |
download | nfs-utils-509cf23ffbe6075e6065d3b59db02bdec1c51f59.tar.gz nfs-utils-509cf23ffbe6075e6065d3b59db02bdec1c51f59.tar.xz nfs-utils-509cf23ffbe6075e6065d3b59db02bdec1c51f59.zip |
2001-06-15 Chip Salzenberg <chip@debian.org>
* debian/changelog: Version 0.3.2-2.
* debian/*.init: Minor fixes.
Diffstat (limited to 'debian/nfs-common.init')
-rwxr-xr-x | debian/nfs-common.init | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/nfs-common.init b/debian/nfs-common.init index 63bc29c..78edad1 100755 --- a/debian/nfs-common.init +++ b/debian/nfs-common.init @@ -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 \ |