]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - nfslock.init
- rel 7; rebuild
[packages/nfs-utils.git] / nfslock.init
index 4ab609fcc8c61562f331694e942126b1d42f2ea7..94f579d2bda446a7176f0ea82b56f70a3fcbe854 100644 (file)
@@ -32,9 +32,6 @@ if [ -x /sbin/pidof ] && [ "$1" != "stop" ]; then
        [ -z "`/sbin/pidof portmap`" ] && nls "Error: portmap isn't running" && exit 0
 fi
 
-# Sanity checks
-[ -x /usr/sbin/rpc.statd ] || exit 0
-
 start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/nfslock ]; then
This page took 0.023665 seconds and 4 git commands to generate.