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
Implement the newly chosen error code on the host for the case of an
[invirt/packages/invirt-remote.git]
/
files
/
usr
/
sbin
/
sipb-xen-remote
diff --git
a/files/usr/sbin/sipb-xen-remote
b/files/usr/sbin/sipb-xen-remote
index
3ec0c95
..
a6d1c02
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-remote
+++ b/
files/usr/sbin/sipb-xen-remote
@@
-28,13
+28,13
@@
case "$TYPE" in
;;
*)
echo "ERROR: invalid subcommand"
;;
*)
echo "ERROR: invalid subcommand"
- exit 1
+ exit 34
;;
esac
;;
*)
echo "ERROR: invalid command"
;;
esac
;;
*)
echo "ERROR: invalid command"
- exit 1
+ exit 34
;;
esac
;;
esac