Changeset 1164


Ignore:
Timestamp:
Oct 22, 2008, 12:48:45 AM (16 years ago)
Author:
broder
Message:

Implement the newly chosen error code on the host for the case of an
invalid remctl command

Location:
trunk/packages/sipb-xen-remctl-auto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-remctl-auto/debian/changelog

    r1128 r1164  
     1sipb-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
    19sipb-xen-remctl-auto (1.4) unstable; urgency=low
    210
  • trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-remote

    r1089 r1164  
    2929            *)
    3030                echo "ERROR: invalid subcommand"
    31                 exit 1
     31                exit 34
    3232                ;;
    3333        esac
     
    3535    *)
    3636        echo "ERROR: invalid command"
    37         exit 1
     37        exit 34
    3838        ;;
    3939esac
Note: See TracChangeset for help on using the changeset viewer.