From 991ab277263eb67025e040df21635e84b8edb33e Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 23 Nov 2012 18:34:09 +0100 Subject: ttdnsd does not seem to work in a chroot (temporary) --- config/includes.chroot/etc/default/ttdnsd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/includes.chroot/etc/default/ttdnsd b/config/includes.chroot/etc/default/ttdnsd index 0a22bc4..97cfce6 100755 --- a/config/includes.chroot/etc/default/ttdnsd +++ b/config/includes.chroot/etc/default/ttdnsd @@ -11,7 +11,8 @@ ADDR_ARG="-b 172.16.23.1" PORT_ARG="-p 5354" # Debug logging -# DEBUG_LOGGING="-l" +#DEBUG_LOGGING="-l" # Glue all of it together below -DEFAULTS="$ADDR_ARG $PORT_ARG" +# TODO: ttdnsd does not seem to work in a chroot? +DEFAULTS="$ADDR_ARG $PORT_ARG $DEBUG_LOGGING -c" -- cgit v1.2.3