aboutsummaryrefslogtreecommitdiffstats
path: root/priv
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-06-28 12:45:01 -0500
committerTristan Sloughter <[email protected]>2014-10-11 12:12:07 -0500
commit845c0e766ea0e7b9585a8f6f7a5372f24332f0f7 (patch)
tree1a1de90005c0a06477c85559b947a999d4351b16 /priv
parenta9c3c235ac81d1a17cf2feb8fbfbd70d6a57edff (diff)
downloadrelx-845c0e766ea0e7b9585a8f6f7a5372f24332f0f7.tar.gz
relx-845c0e766ea0e7b9585a8f6f7a5372f24332f0f7.tar.bz2
relx-845c0e766ea0e7b9585a8f6f7a5372f24332f0f7.zip
use long hostname if no hostname given
Diffstat (limited to 'priv')
-rw-r--r--priv/templates/extended_bin.dtl2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin.dtl b/priv/templates/extended_bin.dtl
index bca90f3..745691f 100644
--- a/priv/templates/extended_bin.dtl
+++ b/priv/templates/extended_bin.dtl
@@ -118,7 +118,7 @@ case $NAME in
;;
*)
# Add @hostname
- NAME=$NAME@`hostname`
+ NAME=$NAME@`hostname -f`
;;
esac