X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.postinst;fp=debian%2Fnfs-common.postinst;h=3b3332ed49f9f366ec08ad34796593d3f0326d8e;hp=013e3c818c748d7c49944c039c1e08cc576a55df;hb=9ac1a6fef86dcb414a5e90dd89b5a24757042f29;hpb=32869f03ab9be661bf41eecccca8809a8433d70a diff --git a/debian/nfs-common.postinst b/debian/nfs-common.postinst index 013e3c8..3b3332e 100644 --- a/debian/nfs-common.postinst +++ b/debian/nfs-common.postinst @@ -37,6 +37,11 @@ case "$1" in dpkg-statoverride --remove /sbin/mount.nfs fi fi + + # Migrate /lib/init/rw/sendsigs.omit.statd to /run. + if [ -f /lib/init/rw/sendsigs.omit.d/statd ]; then + mv /lib/init/rw/sendsigs.omit.d/statd /run/sendsigs.omit.d/statd + fi ;; esac