Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79324 by Matthew Clark for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79324 by Matthew Clark for review
  • Date: Sun, 14 May 2006 19:05:01 +0100 (BST)

Change 79324 by matthew_clark@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.$$
}




  • [SM-Commit] PERFORCE change 79324 by Matthew Clark for review, Perforce Review Daemon, 05/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page