]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-common.postinst
Imported Debian patch 1.0.7-18
[nfs-utils.git] / debian / nfs-common.postinst
index f556bc273519fc72c58dd2fb2abd5d83c1a0dcd2..c9055dc612eca8279aac420290de52b56e52da9b 100755 (executable)
@@ -4,6 +4,10 @@
 
 case "$1" in
     configure)
+       ucf --three-way /usr/share/nfs-common/conffiles/idmapd.conf /etc/idmapd.conf
+       ucf --three-way /usr/share/nfs-common/conffiles/gssapi_mech.conf /etc/gssapi_mech.conf
+       ucf --three-way /usr/share/nfs-common/conffiles/nfs-common.default /etc/default/nfs-common
+
        update-rc.d nfs-common defaults 21 79 >/dev/null
 
        if ! getent passwd statd >/dev/null; then