projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8383d2c
)
Teach vprocunhide about --write.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 13 Jul 2008 16:00:29 +0000 (16:00 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/scripts/vprocunhide
b/scripts/vprocunhide
index
31c17f7
..
c7573e2
100755
(executable)
--- 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