Teach vprocunhide about --write.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 13 Jul 2008 16:00:29 +0000 (16:00 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 13 Jul 2008 16:00:29 +0000 (16:00 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2734 94cd875c-1c1d-0410-91d2-eb244daf1a30

scripts/vprocunhide

index 31c17f7..c7573e2 100755 (executable)
@@ -76,6 +76,7 @@ while read filename; do
        (:*)    params=(         --watch --hide ); filename=${filename#:};;
        (!*)    params=(                 --hide ); filename=${filename#!};;
        (+*)    params=(                --!hide ); filename=${filename#+};;
+       (>*)    params=(                        --write ); filename=${filename#>};;
        (*)     params=(                --!hide );;
     esac