From eaed3c70ce42a90732727a79bac88c120dd7ec85 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Jan 2009 20:04:01 -0500 Subject: [PATCH] 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. --- auto-blog.setup | 1 - auto.setup | 1 - 2 files changed, 2 deletions(-) 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, ) -- 2.32.0.93.g670b81a890