diff options
Diffstat (limited to 'www-servers/hinsightd/files/hinsightd-default-config.patch')
-rw-r--r-- | www-servers/hinsightd/files/hinsightd-default-config.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-servers/hinsightd/files/hinsightd-default-config.patch b/www-servers/hinsightd/files/hinsightd-default-config.patch new file mode 100644 index 000000000..114be8fe2 --- /dev/null +++ b/www-servers/hinsightd/files/hinsightd-default-config.patch @@ -0,0 +1,12 @@ +diff --git a/workdir/main.lua b/workdir/main.lua +index 4d516c6..08dd597 100644 +--- a/workdir/main.lua ++++ b/workdir/main.lua +@@ -2,6 +2,7 @@ + + --redirect_log (logdir.."debug.log") + --redirect_log (NULL, "ffffffff") ++redirect_log (logdir.."debug.log") + + function printf (...) + io.write (string.format (...)) |