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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.