]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- s/ps\ ax/ps\ axw/
authorgrzegol <grzegol@pld-linux.org>
Thu, 21 Mar 2002 20:24:42 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autofs.init -> 1.15

autofs.init

index 1fbb11bb0b01bf10d14a755f8eb4ce07d3fdbb7f..d7c8184c842efe2d7c08955c03223b107652626e 100644 (file)
@@ -129,7 +129,7 @@ case "$1" in
        getmounts
        echo ""
        echo "Active Mount Points:"
-       ps ax|grep "[0-9]:[0-9][0-9] /usr/sbin/automount " | (
+       ps axw|grep "[0-9]:[0-9][0-9] /usr/sbin/automount " | (
                while read pid tt stat time command; do echo $command; done
        )
        ;;
This page took 0.077935 seconds and 4 git commands to generate.