From 5cd59438ea3569ead1483adf5e681f923b065757 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 16 Apr 2008 16:20:46 +0200 Subject: [PATCH] Use full hostname --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index b632e50..ec8cc5f 100644 --- a/debian/postinst +++ b/debian/postinst @@ -6,7 +6,7 @@ then test ! -f /usr/local/bin/ud-replicate || rm -f /usr/local/bin/ud-replicate if ! [ -e /var/lib/misc/thishost ]; then - ln -s "`hostname`" /var/lib/misc/thishost + ln -s "`hostname -f`" /var/lib/misc/thishost fi fi exit 0 -- 2.20.1