summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-12 20:04:01 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-12 20:04:01 -0500
commiteaed3c70ce42a90732727a79bac88c120dd7ec85 (patch)
tree7d5e859df74c5476ac965d5f184fe6f0aacf336d
parent756197f30fb735f92a44527fce2689a9c0ab058e (diff)
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.
-rw-r--r--auto-blog.setup1
-rw-r--r--auto.setup1
2 files changed, 0 insertions, 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,
)