projects
/
invirt/packages/invirt-remote.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix sipb-xen-vmcontrol to know about the new magic error code
[invirt/packages/invirt-remote.git]
/
files
/
usr
/
sbin
/
sipb-xen-vmcontrol
diff --git
a/files/usr/sbin/sipb-xen-vmcontrol
b/files/usr/sbin/sipb-xen-vmcontrol
index
081afd2
..
0c20109
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-vmcontrol
+++ b/
files/usr/sbin/sipb-xen-vmcontrol
@@
-42,6
+42,6
@@
case "$ACTION" in
;;
*)
echo "ERROR: Invalid Command"
;;
*)
echo "ERROR: Invalid Command"
- exit 1
+ exit 34
;;
esac
;;
esac