aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-12 12:28:31 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-12 12:28:31 -0500
commiteebd2aab9910b0c769396c0335b06417aed684c9 (patch)
tree25fdcd5fd18af97fb0bc9191cda98e8802001a6c /doc/ikiwiki.setup
parent476d71aa7818da4b8dda20d45d36a8d99910c94a (diff)
downloadikiwiki-eebd2aab9910b0c769396c0335b06417aed684c9.tar
ikiwiki-eebd2aab9910b0c769396c0335b06417aed684c9.tar.gz
* In the example setup file, use mode 6755 for the git post-update hook.
It needs to be setgid if the master repo is a shared repository, so that pushes into the working copy repository happen as the same group, avoiding permissions problems.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index 3a0658e9d..e36559112 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -84,7 +84,7 @@ use IkiWiki::Setup::Standard {
# # post-update hook script, which may not be
# # what you want.
# wrapper => "/git/wiki.git/hooks/post-update",
- # wrappermode => "04755",
+ # wrappermode => "06755",
# # Enable mail notifications of commits.
# notify => 1,
#},