X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fnfs-common.postinst;h=c9055dc612eca8279aac420290de52b56e52da9b;hb=aa2d2da46ab7ecef2fabd8a54d75c03038fd7996;hp=f556bc273519fc72c58dd2fb2abd5d83c1a0dcd2;hpb=d4c3e975f577ad0b8b43027b962a6ec1e73112b1;p=nfs-utils.git diff --git a/debian/nfs-common.postinst b/debian/nfs-common.postinst index f556bc2..c9055dc 100755 --- a/debian/nfs-common.postinst +++ b/debian/nfs-common.postinst @@ -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