]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- proper use of shell variables and wildcards
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Apr 2007 22:55:27 +0000 (22:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpcidmapd.init -> 1.10

rpcidmapd.init

index 94e868000a0f1f572a54fc261fd1f7bc493f957c..4860550c41d3ca0585a47566adde17c8c6c9e4ee 100644 (file)
@@ -43,7 +43,7 @@ start() {
        if [ ! -f /var/lock/subsys/idmapd ]; then
                # This is whacko, but we need /proc/fs/nfsd mounted before
                # starting idmapd on NFS server
-               if [ -e "$RUNLEVELDIR/S*nfs" ]; then
+               if [ -e "$RUNLEVELDIR"/S*nfs ]; then
                        if ! grep -q nfsd /proc/mounts ; then
                                modprobe -s nfsd > /dev/null 2>&1
                                run_cmd "Mounting /proc/fs/nfsd filesystem" mount -t nfsd nfsd /proc/fs/nfsd
This page took 0.03268 seconds and 4 git commands to generate.