Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Use the default motd for stable builds
details: https://anonhg.NetBSD.org/src/rev/508a3668bac5
branches: trunk
changeset: 972637:508a3668bac5
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon Jun 01 01:41:40 2020 +0000
description:
Use the default motd for stable builds
diffstat:
etc/Makefile | 4 +---
etc/motd.stable | 16 ----------------
2 files changed, 1 insertions(+), 19 deletions(-)
diffs (38 lines):
diff -r bb713d2997d2 -r 508a3668bac5 etc/Makefile
--- a/etc/Makefile Mon Jun 01 01:03:21 2020 +0000
+++ b/etc/Makefile Mon Jun 01 01:41:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.445 2020/05/18 21:19:34 jmcneill Exp $
+# $NetBSD: Makefile,v 1.446 2020/06/01 01:41:40 jmcneill Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -177,8 +177,6 @@
MOTD_SOURCE= motd.beta
.elif !empty(DISTRIBVER:M*RC*)
MOTD_SOURCE= motd.rc
-.elif !empty(DISTRIBVER:M*STABLE*)
-MOTD_SOURCE= motd.stable
.else
MOTD_SOURCE= motd.default
.endif
diff -r bb713d2997d2 -r 508a3668bac5 etc/motd.stable
--- a/etc/motd.stable Mon Jun 01 01:03:21 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-NetBSD ?.? (UNKNOWN)
-
-Welcome to NetBSD!
-
-This system is running a development snapshot of a stable branch of the NetBSD
-operating system, which will eventually lead to a new formal release. This
-snapshot may contain bugs or other unresolved issues and is not yet considered
-release quality. Please bear this in mind and use the system with care.
-
-You are encouraged to test this version as thoroughly as possible. Should you
-encounter any problem, please report it back to the development team using the
-send-pr(1) utility (requires a working MTA). If yours is not properly set up,
-use the web interface at: https://www.NetBSD.org/support/send-pr.html
-
-Thank you for helping us test and improve this NetBSD branch.
-
Home |
Main Index |
Thread Index |
Old Index