Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (52660abcecffc8ba8fa362ada9a84c91df2bc7cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (52660abcecffc8ba8fa362ada9a84c91df2bc7cd)
  • Date: Sat, 9 Jun 2007 09:46:42 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

net/netkit-base/HISTORY | 2 +-
net/netkit-base/INSTALL | 2 +-
smgl/iana-etc/HISTORY | 4 ++++
smgl/iana-etc/INSTALL | 3 ++-
smgl/iana-etc/hosts | 12 ++++++++++++
5 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 52660abcecffc8ba8fa362ada9a84c91df2bc7cd
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

iana-etc: install /etc/hosts #13075

commit ce90cf6e966d5890f1c08af49cdf3bd568279192
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

netkit-base: forgot to remove hosts

diff --git a/net/netkit-base/HISTORY b/net/netkit-base/HISTORY
index 4979095..ccaffda 100644
--- a/net/netkit-base/HISTORY
+++ b/net/netkit-base/HISTORY
@@ -1,6 +1,6 @@
2007-06-09 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use install_config_file
- avoid obvious conflicts
+ avoid obvious conflicts x2
use $INSTALL_ROOT
* DEPENDS: added for probably cosmetic dep on iana-etc

diff --git a/net/netkit-base/INSTALL b/net/netkit-base/INSTALL
index 63f356f..59dca2d 100755
--- a/net/netkit-base/INSTALL
+++ b/net/netkit-base/INSTALL
@@ -1,4 +1,4 @@
-rm README services protocols &&
+rm README services protocols hosts &&
for FILE in * ; do
install_config_file $FILE "$INSTALL_ROOT/etc/$FILE"
done
diff --git a/smgl/iana-etc/HISTORY b/smgl/iana-etc/HISTORY
index 3fd3d25..7354fed 100644
--- a/smgl/iana-etc/HISTORY
+++ b/smgl/iana-etc/HISTORY
@@ -1,3 +1,7 @@
+2007-06-09 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: install hosts
+ * hosts: added /etc/hosts stub #13075
+
2006-11-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.20

diff --git a/smgl/iana-etc/INSTALL b/smgl/iana-etc/INSTALL
index 958fa0d..99d6eca 100755
--- a/smgl/iana-etc/INSTALL
+++ b/smgl/iana-etc/INSTALL
@@ -1 +1,2 @@
-make install PREFIX=${INSTALL_ROOT}
+make install PREFIX="$INSTALL_ROOT" &&
+install_config_file "$SPELL_DIRECTORY/hosts" "$INSTALL_ROOT/etc/hosts"
diff --git a/smgl/iana-etc/hosts b/smgl/iana-etc/hosts
new file mode 100644
index 0000000..0349fed
--- /dev/null
+++ b/smgl/iana-etc/hosts
@@ -0,0 +1,12 @@
+#
+# hosts This file describes a number of hostname-to-address
+# mappings for the TCP/IP subsystem. It is mostly
+# used at boot time, when no name servers are running.
+# On small systems, this file can be used instead of a
+# "named" name server. Just add the names, addresses
+# and any aliases to this file...
+#
+
+127.0.0.1 localhost
+
+# End of hosts.



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (52660abcecffc8ba8fa362ada9a84c91df2bc7cd), Jaka Kranjc, 06/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page