projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f3cf572
)
Fix output.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 7 Jan 2007 22:27:21 +0000 (22:27 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 7 Jan 2007 22:27:21 +0000 (22:27 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2445
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
sysv/util-vserver
patch
|
blob
|
history
diff --git
a/sysv/util-vserver
b/sysv/util-vserver
index
047ef45
..
5768524
100755
(executable)
--- a/
sysv/util-vserver
+++ b/
sysv/util-vserver
@@
-82,10
+82,10
@@
case "$1" in
;;
status)
test -f $lockfile && {
- echo $"/proc entries were fixed"
+ echo $"Path to vshelper has been set"
exit 0
}
- echo $"/proc entries are not fixed"
+ echo $"Path to vshelper has not been set"
exit 1
;;
*)