]> git.pld-linux.org Git - packages/quota.git/commitdiff
- no need to check /usr/sbin/rpc.rquotad due rpm integrity AC-STABLE auto/ac/nfs-utils-1_0_10-6 auto/ac/nfs-utils-1_0_10-7 auto/ac/nfs-utils-1_0_10-8 auto/ac/quota-3_14-2 auto/th/nfs-utils-1_0_10-6
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 13 Oct 2006 15:12:45 +0000 (15:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rquotad.init -> 1.12

rquotad.init

index db9df09f28c0e94e8550977b0ad736b54788cb27..81a64fe76d3ac8905c65060e78349e72f4a98a9e 100644 (file)
@@ -29,11 +29,11 @@ else
 fi
 
 if [ -x /sbin/pidof ] && [ "$1" != "stop" ]; then
-       [ -z "`/sbin/pidof portmap`" ] && echo "Error: portmap isn't running" && exit 0
+       [ -z "`/sbin/pidof portmap`" ] && echo "Error: portmap isn't running"
+       exit 0
 fi
 
 # Sanity checks
-[ -x /usr/sbin/rpc.rquotad ] || exit 0
 
 if is_yes "$REMOTE_QUOTA_SETTING"; then
     RQUOTADOPTIONS="$RQUOTADOPTIONS --setquota"
This page took 0.078772 seconds and 4 git commands to generate.