]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs-common.init: Add statd to sendsigs.omit.d (Closes: #524610)
authorLuk Claes <luk@debian.org>
Sun, 13 Mar 2011 18:29:24 +0000 (19:29 +0100)
committerLuk Claes <luk@debian.org>
Sun, 13 Mar 2011 18:29:24 +0000 (19:29 +0100)
debian/changelog
debian/nfs-common.init

index 9d26c8be1bd8a6d5eedc318936d9ebc3abe01cb6..cb7eca46e94a020d221d96570e06fcc2ec9a651c 100644 (file)
@@ -10,8 +10,9 @@ nfs-utils (1:1.2.2-5) UNRELEASED; urgency=low
   * nfs-common.init, nfs-kernel-server.init: Add warning when portmap is
     not running (Closes: #612002)
   * nfs-common.init: Add --pidfile for statd (Closes: #521084)
+  * nfs-common.init: Add statd to sendsigs.omit.d (Closes: #524610)
 
- -- Luk Claes <luk@debian.org>  Sun, 13 Mar 2011 19:09:17 +0100
+ -- Luk Claes <luk@debian.org>  Sun, 13 Mar 2011 19:26:30 +0100
 
 nfs-utils (1:1.2.2-4) unstable; urgency=low
 
index 90ac6af379cc48c7f7ef471ef8d571e20515df1e..d69eb34a9f3c410e5f6154f9936172a8d714319f 100644 (file)
@@ -153,6 +153,10 @@ case "$1" in
            if [ $RET != 0 ]; then
                log_end_msg $RET
                exit $RET
+           else
+               mkdir -p /lib/init/rw/sendsigs.omit.d
+               rm -f /lib/init/rw/sendsigs.omit.d/statd
+               ln -s /var/run/rpc.statd.pid /lib/init/rw/sendsigs.omit.d/statd
            fi
        fi