diff options
author | chip <chip> | 2002-09-16 02:25:12 +0000 |
---|---|---|
committer | chip <chip> | 2002-09-16 02:25:12 +0000 |
commit | 2079b40a6779ddd15f3fe650c741b14e0b453a7e (patch) | |
tree | c980918565b6ad3b2a72d3c03f1f3254b39a0236 /debian | |
parent | 27df2638f084086d51e14cf5d6e5d69b2c1247cf (diff) | |
download | nfs-utils-2079b40a6779ddd15f3fe650c741b14e0b453a7e.tar.gz nfs-utils-2079b40a6779ddd15f3fe650c741b14e0b453a7e.tar.xz nfs-utils-2079b40a6779ddd15f3fe650c741b14e0b453a7e.zip |
Silence the removal of old rc.d links.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/nfs-common.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/nfs-common.postinst b/debian/nfs-common.postinst index 261eeaa..a69cf6a 100755 --- a/debian/nfs-common.postinst +++ b/debian/nfs-common.postinst @@ -9,7 +9,7 @@ case "$1" in || ( dpkg --compare-versions "$2" ge "1:1.0.1" \ && dpkg --compare-versions "$2" lt "1:1.0.2-1" ) then - update-rc.d -f nfs-common remove >/dev/null + update-rc.d -f nfs-common remove >/dev/null 2>&1 || true fi update-rc.d nfs-common defaults 21 79 >/dev/null ;; |