Module Name:    src
Committed By:   bouyer
Date:           Wed Jun 17 20:18:33 UTC 2009

Modified Files:
        src/external/bsd/am-utils/lib/libamu [netbsd-5]: mkconf

Log Message:
Pull up following revision(s) (requested by christos in ticket #808):
        external/bsd/am-utils/lib/libamu/mkconf: revision 1.2
PR/41580: Hauke Fath: am-utils uses "netbsd${OSVER}" selector, still.
Changed to "netbsd"


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.6.1 src/external/bsd/am-utils/lib/libamu/mkconf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/am-utils/lib/libamu/mkconf
diff -u src/external/bsd/am-utils/lib/libamu/mkconf:1.1 src/external/bsd/am-utils/lib/libamu/mkconf:1.1.6.1
--- src/external/bsd/am-utils/lib/libamu/mkconf:1.1	Fri Sep 19 21:38:41 2008
+++ src/external/bsd/am-utils/lib/libamu/mkconf	Wed Jun 17 20:18:33 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: mkconf,v 1.1 2008/09/19 21:38:41 christos Exp $
+#	$NetBSD: mkconf,v 1.1.6.1 2009/06/17 20:18:33 bouyer Exp $
 #
 # mkconf
 # Generate local configuration parameters for amd
@@ -23,7 +23,7 @@
 #define HOST_OS "netbsd$1"
 
 /* Define only name of host machine OS (eg. solaris2) */
-#define HOST_OS_NAME "netbsd`echo $1 | cut -d. -f 1`"
+#define HOST_OS_NAME "netbsd"
 
 /* Define only version of host machine (eg. 2.5.1) */
 #define HOST_OS_VERSION "$1"

Reply via email to