projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26db34e
)
don't clear syslog config when dumping
author
Joey Hess
<joey@kodama.kitenet.net>
Sat, 26 Jul 2008 18:55:01 +0000
(14:55 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sat, 26 Jul 2008 18:55:01 +0000
(14:55 -0400)
ikiwiki.in
patch
|
blob
|
history
diff --git
a/ikiwiki.in
b/ikiwiki.in
index 5dc6ca952e17b0702cd42e2f1ac57509e5248710..70e44541c4a193d0a311270f348de95df78121bc 100755
(executable)
--- a/
ikiwiki.in
+++ b/
ikiwiki.in
@@
-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();