diff options
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 |