diff options
author | Amitai Schleier <schmonz-web-ikiwiki@schmonz.com> | 2018-04-12 00:07:58 -0400 |
---|---|---|
committer | Amitai Schleier <schmonz-web-ikiwiki@schmonz.com> | 2018-04-12 00:08:46 -0400 |
commit | 643a97359791ba6b85bb1cf1ee49897f369e0fe4 (patch) | |
tree | c89ed847e8fc37ea5a5f45a0843b05941fb0c204 /doc/rcs | |
parent | 1131585e2a99567c2a9748ad90bb9bd12506350f (diff) | |
download | ikiwiki-643a97359791ba6b85bb1cf1ee49897f369e0fe4.tar ikiwiki-643a97359791ba6b85bb1cf1ee49897f369e0fe4.tar.gz |
Revert spam commits.
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/git.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 1839d0829..fa7a037ba 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -51,7 +51,7 @@ One setup that will work is to put all committers in a group (say, "ikiwiki"), and use permissions to allow that group to commit to the bare git repository. Make both the post-update hook and ikiwiki.cgi be setgid to the group, as well as suid to the user who admins the wiki. The -`wrappergroup` [[setup_file_option|Pagina]] can be used to make the wrappers +`wrappergroup` [[setup_file_option|usage]] can be used to make the wrappers be setgid to the right group. Then the srcdir, including its git repository, should only be writable by the wiki's admin, and *not* by the group. Take care that ikiwiki uses a umask that does not cause files in |