Changeset 1164 for trunk/packages/sipb-xen-remctl-auto
- Timestamp:
- Oct 22, 2008, 12:48:45 AM (16 years ago)
- Location:
- trunk/packages/sipb-xen-remctl-auto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-remctl-auto/debian/changelog
r1128 r1164 1 sipb-xen-remctl-auto (1.5) unstable; urgency=low 2 3 * Distinguish between Xen errors and invalid commands by returning a 4 completely outlandish error code that's not likely to conflict with 5 anything 6 7 -- Evan Broder <broder@mit.edu> Wed, 22 Oct 2008 00:47:50 -0400 8 1 9 sipb-xen-remctl-auto (1.4) unstable; urgency=low 2 10 -
trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-remote
r1089 r1164 29 29 *) 30 30 echo "ERROR: invalid subcommand" 31 exit 131 exit 34 32 32 ;; 33 33 esac … … 35 35 *) 36 36 echo "ERROR: invalid command" 37 exit 137 exit 34 38 38 ;; 39 39 esac
Note: See TracChangeset
for help on using the changeset viewer.