Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/etc/defaults Pull up the following revision, requested by...



details:   https://anonhg.NetBSD.org/src/rev/001dee393125
branches:  netbsd-8
changeset: 940751:001dee393125
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Oct 16 14:37:31 2020 +0000

description:
Pull up the following revision, requested by kim in ticket #1603
and accidently lost during initial commit:

        etc/defaults/rc.conf: revision 1.159

Add optional release info in /etc/motd.

diffstat:

 etc/defaults/rc.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2a0832ea3d2e -r 001dee393125 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Fri Oct 16 08:06:02 2020 +0000
+++ b/etc/defaults/rc.conf      Fri Oct 16 14:37:31 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.139.6.1 2019/05/14 11:33:42 martin Exp $
+#      $NetBSD: rc.conf,v 1.139.6.2 2020/10/16 14:37:31 martin Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
@@ -125,6 +125,7 @@
 per_user_tmp_dir="/private/tmp"                        # real storage for /tmp
 clear_tmp=YES                                  # clear /tmp after reboot
 update_motd=YES                                        # updates /etc/motd
+update_motd_release=NO motd_release_tag=""     # release info in /etc/motd
 dmesg=YES              dmesg_flags=""          # write /var/run/dmesg.boot
 accounting=NO                                  # uses /var/account/acct
 newsyslog=NO           newsyslog_flags=""      # trim log files



Home | Main Index | Thread Index | Old Index