diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-27 16:26:13 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-27 16:26:18 -0500 |
commit | a12c386c86d000971125d70bf22213fd9595ed45 (patch) | |
tree | f0fe7e4d5f694d58ed70633c1f15c905334d8eb5 /debian | |
parent | 4b1da14612c26981055dd186deacc004f93bdad0 (diff) | |
download | ikiwiki-a12c386c86d000971125d70bf22213fd9595ed45.tar ikiwiki-a12c386c86d000971125d70bf22213fd9595ed45.tar.gz |
Add force_overwrite setting to make setup automator overwrite existing files/directories.
This can be useful if you're driving the setup automator from another
program.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1960a1226..bdbd818e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ ikiwiki (3.20100213) UNRELEASED; urgency=low * Rebuild wikis on upgrade to this version to get the comment counts added to existing pages. * Loosen regexp, to allow empty quoted parameters in directives. + * Add force_overwrite setting to make setup automator overwrite existing + files/directories. -- Joey Hess <joeyh@debian.org> Sun, 14 Feb 2010 17:02:10 -0500 |