diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 20:04:01 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 20:04:01 -0500 |
commit | eaed3c70ce42a90732727a79bac88c120dd7ec85 (patch) | |
tree | 7d5e859df74c5476ac965d5f184fe6f0aacf336d /auto.setup | |
parent | 756197f30fb735f92a44527fce2689a9c0ab058e (diff) | |
download | ikiwiki-eaed3c70ce42a90732727a79bac88c120dd7ec85.tar ikiwiki-eaed3c70ce42a90732727a79bac88c120dd7ec85.tar.gz |
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.
Diffstat (limited to 'auto.setup')
-rw-r--r-- | auto.setup | 1 |
1 files changed, 0 insertions, 1 deletions
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, ) |