[SM-Commit] PERFORCE change 79324 by Matthew Clark for review
Perforce Review Daemon
p4review at smee.org
Sun May 14 14:05:01 EDT 2006
Change 79324 by matthew_clark at mclark-aussie on 2006/05/14 19:01:27
Integrate from devel
Affected files ...
... //sgl/grimoires/test/net/netconf/HISTORY#11 integrate
... //sgl/grimoires/test/net/netconf/netconf#6 integrate
Differences ...
==== //sgl/grimoires/test/net/netconf/HISTORY#11 (text) ====
@@ -1,6 +1,10 @@
+2006-05-14 Matthew Clark <matthewclark at inlesserterms.net>
+ * netconf: removed functionality that points hostname to
+ 127.0.0.1 in hosts file, fixes bug 11694
+
2006-03-23 Matthew Clark <matthewclark at inlesserterms.net>
* netconf: added DIALOGRC variable to make dialog match
- the rest of SourceMage
+ the rest of SMGL dialogs
2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
==== //sgl/grimoires/test/net/netconf/netconf#6 (text) ====
@@ -46,6 +46,14 @@
#---------------------------------------------------------------------#
#
# ------------------------- ChangeLog ------------------------------- #
+# 2006-05-14 Matthew Clark <matthewclark at inlesserterms.net>
+# - Removed the line that adds hostname to hosts file as
+# 127.0.0.1 (bug 11649)
+#
+# 2006-03-23 Matthew Clark <matthewclark at inlesserterms.net>
+# - Exported DIALOGRC to make netconf look like all other SMGL
+# dialogs
+#
# 2006-03-05 Arjan Bouter <abouter at sourcemage.org>
# - Replaced MODE=dynamic with dynamic_set_hostname (default) or
# dynamic_get_hostname
@@ -695,7 +703,7 @@
mv $HOSTSFN /tmp/hosts.$$
grep -v ^127.0.0.1 /tmp/hosts.$$ >> $HOSTSFN
echo "127.0.0.1 localhost" >> $HOSTSFN
- echo "127.0.0.1 $curhostname" >> $HOSTSFN
+ #echo "127.0.0.1 $curhostname" >> $HOSTSFN
rm -f /tmp/hosts.$$
}
More information about the SM-Commit
mailing list