ip allocator must have a name ending with py.

This commit is contained in:
edison 2010-09-22 17:21:06 -07:00
parent e4b3be97a4
commit fe0c2ef3f5
4 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ PROGNAME="External IPAllocator"
unset OPTIONS
[ -r @SYSCONFDIR@/sysconfig/"$SHORTNAME" ] && source @SYSCONFDIR@/sysconfig/"$SHORTNAME"
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
OPTIONS=8083
start() {

View File

@ -20,7 +20,7 @@ PROGNAME="Cloud Agent"
unset OPTIONS
[ -r @SYSCONFDIR@/sysconfig/"$SHORTNAME" ] && source @SYSCONFDIR@/sysconfig/"$SHORTNAME"
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
OPTIONS=8083
start() {

View File

@ -21,7 +21,7 @@ PROGNAME="Cloud Agent"
unset OPTIONS
[ -r @SYSCONFDIR@/default/"$SHORTNAME" ] && source @SYSCONFDIR@/default/"$SHORTNAME"
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
OPTIONS=8083
start() {