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.
master
Joey Hess 2009-01-12 20:04:01 -05:00
parent 756197f30f
commit eaed3c70ce
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ IkiWiki::Setup::Automator->import(
rss => 1,
atom => 1,
syslog => 1,
hardlink => 1,
example => "blog",
comments_pagespec => "posts/* and !*/Discussion",

View File

@ -40,5 +40,4 @@ IkiWiki::Setup::Automator->import(
rss => 1,
atom => 1,
syslog => 1,
hardlink => 1,
)