diff options
author | chip <chip> | 2001-11-22 02:22:37 +0000 |
---|---|---|
committer | chip <chip> | 2001-11-22 02:22:37 +0000 |
commit | 24725201e1abc88e5e8859f8ece4a1dce1432d06 (patch) | |
tree | d15db5a417ee224255fac73299838b3b9522f92a /debian/nfs-common.postinst | |
parent | e005f9f0ff176fa01e85fe5e9ad40c05051d4c94 (diff) | |
download | nfs-utils-24725201e1abc88e5e8859f8ece4a1dce1432d06.tar.gz nfs-utils-24725201e1abc88e5e8859f8ece4a1dce1432d06.tar.xz nfs-utils-24725201e1abc88e5e8859f8ece4a1dce1432d06.zip |
2001-11-21 Chip Salzenberg <chip@pobox.com>
* debian/changelog: Version 0.3.3-3.
Diffstat (limited to 'debian/nfs-common.postinst')
-rwxr-xr-x | debian/nfs-common.postinst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/nfs-common.postinst b/debian/nfs-common.postinst index d4bfa87..f47a67f 100755 --- a/debian/nfs-common.postinst +++ b/debian/nfs-common.postinst @@ -5,11 +5,7 @@ case "$1" in configure) update-rc.d nfs-common defaults 19 81 >/dev/null 2>&1 - - /etc/init.d/nfs-common start - ;; - - *) - /etc/init.d/nfs-common start ;; esac + +/etc/init.d/nfs-common start |