remove hardlink settings from auto.setup files
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 13 Jan 2009 01:04:01 +0000 (20:04 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 13 Jan 2009 01:04:01 +0000 (20:04 -0500)
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
auto.setup

index 35a6fc16167e912aca2ef5382f11b91a478e882e..fde7f17f8ca4ec7527e540acb9de96e0f9ecc5e3 100644 (file)
@@ -41,7 +41,6 @@ IkiWiki::Setup::Automator->import(
        rss => 1,
        atom => 1,
        syslog => 1,
-       hardlink => 1,
        
        example => "blog",
        comments_pagespec => "posts/* and !*/Discussion",
index 1231309b276a4a996635052696a402335b60ed2c..3da5e3a621cc32c2b11b8a9e3d03efd953232231 100644 (file)
@@ -40,5 +40,4 @@ IkiWiki::Setup::Automator->import(
        rss => 1,
        atom => 1,
        syslog => 1,
-       hardlink => 1,
 )