require IkiWiki::Rcs::Stub;
}
+ if (exists $config{umask}) {
+ umask(possibly_foolish_untaint($config{umask}));
+ }
+
run_hooks(checkconfig => sub { shift->() });
return 1;
reproduced them), just catch a failure of markdown, and retry.
(The crazy perl bug magically disappears on the retry.)
Closes: #449379
+ * Add umask configuration option. Closes: #443329
-- Joey Hess <joeyh@debian.org> Tue, 27 Nov 2007 00:16:40 -0500
#usedirs => 0,
# Simple spam prevention: require an account-creation password.
#account_creation_password => "example",
+ # Uncomment to force ikiwiki to run with a particular umask.
+ #umask => 022
# To add plugins, list them here.
#add_plugins => [qw{goodstuff search wikitext camelcase