summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-21 22:48:07 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-21 22:48:07 -0400
commit888f4203f5a228005a15b70f962b7e7f16de9ad3 (patch)
tree12ad3d29aef5d28f84778a1feb8386bb53673d36 /debian
parenta98bfb05c066fcc0454b8904b881a22f879ab2b6 (diff)
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/changelog2
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