Skip to Content.
Sympa Menu

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

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 (9833d6910d62874e3715343d4803fad0cba50e0b)
  • Date: Sat, 1 Sep 2007 03:01:08 -0500

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

net/net-tools/CONFIGURE | 2 +-
net/net-tools/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9833d6910d62874e3715343d4803fad0cba50e0b
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

net-tools: fixed typo #13970

diff --git a/net/net-tools/CONFIGURE b/net/net-tools/CONFIGURE
index 08da957..5ef105b 100755
--- a/net/net-tools/CONFIGURE
+++ b/net/net-tools/CONFIGURE
@@ -1,7 +1,7 @@
# Setting all options default to 'y' so the default can be used
# on any system.
config_query UNIX "UNIX protocol family?" y &&
-config_query INET "INET (TCP/IP) protocol familiy?" y &&
+config_query INET "INET (TCP/IP) protocol family?" y &&
config_query INET6 "INET6 (IPv6) protocol family?" y &&
config_query NOVELL "Novell IPX/SPX protocol family?" y &&
config_query APPLETALK "Appletalk DDP protocol family?" y &&
diff --git a/net/net-tools/HISTORY b/net/net-tools/HISTORY
index 8159539..e2fd344 100644
--- a/net/net-tools/HISTORY
+++ b/net/net-tools/HISTORY
@@ -1,3 +1,6 @@
+2007-09-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: fixed typo #13970
+
2007-05-14 David Kowis <dkowis AT shlrm.org>
* ifup, ifdown: fixing the stupidity with these things, bug 13773
* DETAILS: PATCHLEVEL++



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9833d6910d62874e3715343d4803fad0cba50e0b), Jaka Kranjc, 09/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page