summaryrefslogtreecommitdiff
path: root/templates/system/host-name/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system/host-name/node.def')
-rw-r--r--templates/system/host-name/node.def6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/system/host-name/node.def b/templates/system/host-name/node.def
index 33ba25e1..aeed3986 100644
--- a/templates/system/host-name/node.def
+++ b/templates/system/host-name/node.def
@@ -11,8 +11,12 @@ if [ x$(../domain-name/@) != x ]; then \
echo \\\"127.0.0.1\t localhost $(@).$(../domain-name/@)\t #vyatta entry\\\" \
>> /etc/hosts; fi\" "
# do we need to add ntpd restart here?
-delete: "sudo sh -c \"echo > /etc/hostname.conf && hostname '' && \
+delete: "sudo sh -c \"echo > /etc/hostname.conf && hostname 'vyatta' && \
touch /etc/hosts && \
sed -i '/localhost.*#vyatta entry/d' /etc/hosts && \
+echo \\\"127.0.0.1\t localhost vyatta\t #vyatta entry\\\" >> /etc/hosts && \
+if [ x$(../domain-name/@) != x ]; then \
+echo \\\"127.0.0.1\t localhost vyatta.$(../domain-name/@)\t #vyatta entry\\\" \
+>> /etc/hosts; fi && \
if [ -f /etc/ntp/ntp.conf ] && grep -q 'server' /etc/ntp/ntp.conf; then \
/opt/vyatta/sbin/ntpd.init restart; fi\" "