From: Joey Hess Date: Tue, 13 Jan 2009 01:04:01 +0000 (-0500) Subject: remove hardlink settings from auto.setup files X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/eaed3c70ce42a90732727a79bac88c120dd7ec85?hp=756197f30fb735f92a44527fce2689a9c0ab058e remove hardlink settings from auto.setup files This can cause complications when moving directories around, and is just an optimisation. There's no good reason to force it on here. --- diff --git a/auto-blog.setup b/auto-blog.setup index 35a6fc161..fde7f17f8 100644 --- a/auto-blog.setup +++ b/auto-blog.setup @@ -41,7 +41,6 @@ IkiWiki::Setup::Automator->import( rss => 1, atom => 1, syslog => 1, - hardlink => 1, example => "blog", comments_pagespec => "posts/* and !*/Discussion", diff --git a/auto.setup b/auto.setup index 1231309b2..3da5e3a62 100644 --- a/auto.setup +++ b/auto.setup @@ -40,5 +40,4 @@ IkiWiki::Setup::Automator->import( rss => 1, atom => 1, syslog => 1, - hardlink => 1, )