From 7c39c2bb4d42f1db9383ffb4f8e31d6c04869df0 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 28 Mar 2008 19:07:10 -0400 Subject: [PATCH] DNS server would now log any output to LOG_DAEMON...of course there isn't any currently svn path=/trunk/packages/sipb-xen-dns/; revision=283 --- 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 626fd44..c36be09 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 -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