From b5a9ccca3590327a5af329177550c1bbd10c9ab3 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sun, 13 Jul 2008 16:00:29 +0000 Subject: [PATCH] Teach vprocunhide about --write. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2734 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- scripts/vprocunhide | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vprocunhide b/scripts/vprocunhide index 31c17f7..c7573e2 100755 --- a/scripts/vprocunhide +++ b/scripts/vprocunhide @@ -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 -- 1.8.1.5