diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 19:15:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 19:15:15 +0200 |
commit | 2346f3bf536ca07cab0a55b1f743810e35eb3fc7 (patch) | |
tree | 7dbfc267ee07d872674d3b6d54233a28c5a806bb | |
parent | b353573bf6b689ba46df25385ec2ee42018a7568 (diff) | |
parent | eff3ccb2dd33f1cdb2add26b761f51c4deef0739 (diff) |
Merge branch '_scs' into scs
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 5721896..81e46ec 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -25,7 +25,7 @@ use IkiWiki::Setup::Standard { # cgi wrapper to generate cgi_wrapper => $ENV{'HOME'} . '/public_cgi/wiki.example.org/ikiwiki.cgi', # mode for cgi_wrapper (can safely be made suid) - cgi_wrappermode => '06755', + cgi_wrappermode => '00755', # rcs backend to use rcs => '', # plugins to add to the default configuration |