From: Evan Broder Date: Sat, 29 Mar 2008 22:25:41 +0000 (-0400) Subject: Fixed a bug in the DNS startup script and the dependencies for sipb-xen-www X-Git-Tag: sipb-xen-dns/1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dns.git/commitdiff_plain/38036a1d83cbf42543887730d3e1566ef9b4dd28 Fixed a bug in the DNS startup script and the dependencies for sipb-xen-www svn path=/trunk/packages/sipb-xen-dns/; revision=319 --- diff --git a/debian/sipb-xen-dns.init b/debian/sipb-xen-dns.init index c36be09..65abd6b 100644 --- a/debian/sipb-xen-dns.init +++ b/debian/sipb-xen-dns.init @@ -45,7 +45,7 @@ do_start() # 1 if daemon was already running # 2 if daemon could not be started daemon --running -n $NAME && return 1 - daemon -r -O=daemon.info -E=daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2 + daemon -r -O daemon.info -E daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2 } #