mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
402 B
C++
16 lines
402 B
C++
$NetBSD: patch-src_misc_newinstall.cxx,v 1.3 2013/09/13 06:35: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: ";
|