]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- idmapd does not need portmapper to work
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 24 Sep 2010 15:26:52 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpcidmapd.init -> 1.17

rpcidmapd.init

index f664b79cd71395b0cf9e7c41ea7dedbc261cbeff..3a5ca6499974eba23358b22d8cb72eab1a249a18 100644 (file)
@@ -22,10 +22,6 @@ else
        exit 0
 fi
 
-if [ "$1" != "stop" ]; then
-       check_portmapper || { nls "Error: portmap isn't running" && exit 0; }
-fi
-
 # Get service config
 [ -f /etc/sysconfig/nfsfs ] && . /etc/sysconfig/nfsfs
 [ -f /etc/sysconfig/nfsd ] && . /etc/sysconfig/nfsd
This page took 0.04157 seconds and 4 git commands to generate.