Tags 399569 + patch thanks Hi,
The initscript should create this pid file. Here a patch:) Regards Laurent Bigonville
diff -ru nfs-utils-1.0.10.orig/debian/nfs-common.init nfs-utils-1.0.10/debian/nfs-common.init
--- nfs-utils-1.0.10.orig/debian/nfs-common.init 2007-01-09 18:44:03.000000000 +0100
+++ nfs-utils-1.0.10/debian/nfs-common.init 2007-01-09 18:48:58.000000000 +0100
@@ -177,6 +177,7 @@
log_end_msg $?
exit $?
fi
+ pidof rpc.idmapd > /var/run/rpc.idmapd.pid
fi
if [ "$NEED_GSSD" = yes ]
then
@@ -224,6 +225,7 @@
log_end_msg $?
exit $?
fi
+ rm -f /var/run/rpc.idmapd.pid
fi
if [ "$NEED_LOCKD" = yes ]
then
pgpr939KyjkW3.pgp
Description: PGP signature

