7 ucf --three-way /usr/share/nfs-common/conffiles/idmapd.conf /etc/idmapd.conf
8 ucf --three-way /usr/share/nfs-common/conffiles/nfs-common.default /etc/default/nfs-common
10 update-rc.d nfs-common defaults 21 79 >/dev/null
12 if ! getent passwd statd >/dev/null; then
13 adduser --system --home /var/lib/nfs --no-create-home statd
15 if dpkg --compare-versions "$2" ge 1:1.0.7-10 && dpkg --compare-versions "$2" lt 1:1.0.7-13; then
16 usermod --home /var/lib/nfs statd || true
17 if [ -d /home/statd ]; then
18 rmdir --ignore-fail-on-non-empty /home/statd
21 if [ "$2" = "" ] || dpkg --compare-versions "$2" lt 1:1.0.7-16; then
22 chown statd /var/lib/nfs/sm \
24 /var/lib/nfs/rpc_pipefs \
26 if [ -f /var/lib/nfs/state ]; then
27 chown statd /var/lib/nfs/state
34 [ "$1:$2" = "configure:" ] && act="start"
35 invoke-rc.d nfs-common $act