From 38036a1d83cbf42543887730d3e1566ef9b4dd28 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 29 Mar 2008 18:25:41 -0400 Subject: [PATCH 1/1] Fixed a bug in the DNS startup script and the dependencies for sipb-xen-www svn path=/trunk/packages/sipb-xen-dns/; revision=319 --- debian/sipb-xen-dns.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } # -- 1.7.9.5