diff options
author | ficus <ficus@robocracy.org> | 2012-11-23 18:34:09 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-23 18:34:09 +0100 |
commit | 991ab277263eb67025e040df21635e84b8edb33e (patch) | |
tree | ceba243aa7adff021f266b39c71a6077abb90a0f | |
parent | 28e15451cc6ff16b691d134ef03c63e11d06157e (diff) | |
download | torouter-live-991ab277263eb67025e040df21635e84b8edb33e.tar.gz torouter-live-991ab277263eb67025e040df21635e84b8edb33e.zip |
ttdnsd does not seem to work in a chroot (temporary)
-rwxr-xr-x | config/includes.chroot/etc/default/ttdnsd | 5 |
1 files 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" |