949408b830
(2) patch-src_misc_newinstall.cxx (Correct typo) (3) patch-src_throb_throb.cxx (Add comment from commit log, thanks joerg) (4) patches/patch-configure (Removed, upstream now includes them patches/patch-xmlrpc.m4 for gcc-4.7) =Version 3.21.65= High Speed / Multi-Carrier Modems =Version 3.21.64= NetBSD compile error Dup Cty lookup Get RX buffer Capture Alt-F4 =Version 3.21.63= Macros LOG LNW EXEC ARQ Socket Default char set NBEMS.DIR RTTY CR-CR-LF Control-V/Z =Version 3.21.62= Pause-break WF-only-escape REPEAT Macro MT63 Long =Version 3.21.61= ARQ server DistCheck cleanup =Version 3.21.60= FLTK-1.1.x Libtiniconv Allow xmit of EOT character =Version 3.21.59= UTF-8 overhaul Thumbdrive
15 lines
402 B
C++
15 lines
402 B
C++
$NetBSD: patch-src_misc_newinstall.cxx,v 1.2 2013/01/16 02:54:55 mef Exp $
|
|
|
|
Brag command shows OS:, but it is fixed, see SUBST in Makefile
|
|
|
|
--- src/misc/newinstall.cxx.orig 2012-09-25 13:22:44.000000000 +0900
|
|
+++ src/misc/newinstall.cxx 2012-09-25 13:23:42.000000000 +0900
|
|
@@ -83,7 +83,7 @@
|
|
Rig: \n\
|
|
Pwr: \n\
|
|
Ant: \n\
|
|
-OS: Linux\n\
|
|
+OS: @@OS@@\n\
|
|
Soft: <VER>\n\
|
|
Web: \n\
|
|
Email: ";
|