Changeset 319


Ignore:
Timestamp:
Mar 29, 2008, 6:25:41 PM (16 years ago)
Author:
broder
Message:

Fixed a bug in the DNS startup script and the dependencies for sipb-xen-www

Location:
trunk/packages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-dns/debian/sipb-xen-dns.init

    r283 r319  
    4646        #   2 if daemon could not be started
    4747        daemon --running -n $NAME && return 1
    48         daemon -r -O=daemon.info -E=daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
     48        daemon -r -O daemon.info -E daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
    4949}
    5050
  • trunk/packages/sipb-xen-www/debian/control

    r303 r319  
    88Package: sipb-xen-www
    99Architecture: all
    10 Depends: ${misc:Depends}, python-cheetah, python-simple-json, sipb-xen-database-client, sipb-xen-vnc-client
     10Depends: ${misc:Depends}, python-cheetah, python-simplejson, sipb-xen-database-common, sipb-xen-vnc-client
    1111Description: Install the sipb-xen-dev website
Note: See TracChangeset for help on using the changeset viewer.