Use the default motd for stable builds
This commit is contained in:
parent
f222e3cc8d
commit
0e5f6fd76c
|
@ -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.current
|
|||
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
|
||||
|
|
|
@ -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.
|
||||
|
Loading…
Reference in New Issue