diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-09 22:54:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-09 22:54:37 +0000 |
commit | ff3e4a51e29e9f8a7f18300235c85235cd2bc51b (patch) | |
tree | dcf2eaff8db2706c9d73f3555ad4d293e593c514 | |
parent | 063d4cc90eb326d137546850f963258c26ba7271 (diff) | |
download | ikiwiki-ff3e4a51e29e9f8a7f18300235c85235cd2bc51b.tar ikiwiki-ff3e4a51e29e9f8a7f18300235c85235cd2bc51b.tar.gz |
turn on syslog for the svn post-commit hook
-rw-r--r-- | doc/ikiwiki.setup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index f61c582d8..d54527eca 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -59,6 +59,9 @@ use IkiWiki::Setup::Standard { # wrappermode => "04755", # # Enable mail notifications of commits. # notify => 1, + # # Log to syslog since svn post-commit hooks + # # hide output and errors. + # syslog => 1, #}, #{ # # The git post-update wrapper. |