diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-21 22:48:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-21 22:48:07 -0400 |
commit | 888f4203f5a228005a15b70f962b7e7f16de9ad3 (patch) | |
tree | 12ad3d29aef5d28f84778a1feb8386bb53673d36 /debian | |
parent | a98bfb05c066fcc0454b8904b881a22f879ab2b6 (diff) | |
download | ikiwiki-888f4203f5a228005a15b70f962b7e7f16de9ad3.tar ikiwiki-888f4203f5a228005a15b70f962b7e7f16de9ad3.tar.gz |
Avoid using hostname -f for portability to eg, OS X, use Net::Domain instead, and prompt if it fails.
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 e8dfdb7f6..813cf9523 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ ikiwiki (2.62) UNRELEASED; urgency=low * Avoid using cp -a (again). (HenrikBrixAndersen) * Add missing PREFIX to a few lines of the Makefile. (Thomas Keller) + * Avoid using hostname -f for portability to eg, OS X, use Net::Domain + instead, and prompt if it fails. -- Joey Hess <joeyh@debian.org> Thu, 21 Aug 2008 16:20:58 -0400 |