]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- start gssd with -m option
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 May 2005 14:16:19 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nfsfs.init -> 1.24

nfsfs.init

index f3fbbf18162db5edc1a2ec1a81a27c00b770d60e..4fc4b5ec8a03cb4022cc3dc0b45095b1242984f1 100644 (file)
@@ -49,7 +49,7 @@ case "$1" in
                    daemon rpc.idmapd $RPCIDMAPOPTIONS
                fi
                msg_starting "NFS gssd"
-               daemon rpc.gssd $RPCGSSOPTIONS
+               daemon rpc.gssd -m $RPCGSSOPTIONS
            fi
            run_cmd "Mounting NFS filesystems" mount -a -t nfs
            touch /var/lock/subsys/nfsfs
This page took 0.507824 seconds and 4 git commands to generate.