From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Mon, 9 Apr 2007 22:54:37 +0000 (+0000)
Subject: turn on syslog for the svn post-commit hook
X-Git-Tag: 1.50~75
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff3e4a51e29e9f8a7f18300235c85235cd2bc51b;p=ikiwiki.git

turn on syslog for the svn post-commit hook
---

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.