don't clear syslog config when dumping
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 18:55:01 +0000 (14:55 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 18:55:01 +0000 (14:55 -0400)
ikiwiki.in

index 5dc6ca952e17b0702cd42e2f1ac57509e5248710..70e44541c4a193d0a311270f348de95df78121bc 100755 (executable)
@@ -141,7 +141,7 @@ sub main () { #{{{
                
                # ignore syslog setting from setup file
                # while doing initial setup
-               $config{syslog}=0;      
+               $config{syslog}=0 unless $config{dumpsetup};
                
                loadplugins();
                checkconfig();