Module Name:    src
Committed By:   christos
Date:           Fri Jun 12 15:44:58 UTC 2009

Modified Files:
        src/external/bsd/am-utils/lib/libamu: mkconf

Log Message:
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.2 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.2
--- src/external/bsd/am-utils/lib/libamu/mkconf:1.1	Fri Sep 19 17:38:41 2008
+++ src/external/bsd/am-utils/lib/libamu/mkconf	Fri Jun 12 11:44:58 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: mkconf,v 1.1 2008/09/19 21:38:41 christos Exp $
+#	$NetBSD: mkconf,v 1.2 2009/06/12 15:44:58 christos 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