Module Name:    src
Committed By:   kim
Date:           Fri Sep 11 12:01:59 UTC 2020

Modified Files:
        src/share/man/man5: rc.conf.5

Log Message:
Document update_motd_release and motd_release_tag


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/share/man/man5/rc.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/rc.conf.5
diff -u src/share/man/man5/rc.conf.5:1.185 src/share/man/man5/rc.conf.5:1.186
--- src/share/man/man5/rc.conf.5:1.185	Wed Jul 15 17:55:34 2020
+++ src/share/man/man5/rc.conf.5	Fri Sep 11 12:01:59 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rc.conf.5,v 1.185 2020/07/15 17:55:34 leot Exp $
+.\"	$NetBSD: rc.conf.5,v 1.186 2020/09/11 12:01:59 kim Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 15, 2020
+.Dd September 11, 2020
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -607,6 +607,18 @@ version string in the
 file to reflect the version of the running kernel.
 See
 .Xr motd 5 .
+.It Sy update_motd_release
+Boolean value.
+If enabled in addition to
+.Sy update_motd ,
+updates a second
+.Nx
+version string in the
+.Pa /etc/motd
+file to reflect the version, architecture, and Build ID of
+the installed userland. An optional prefix can be provided
+for this version string in
+.Sy motd_release_tag .
 .It Sy virecover
 Boolean value.
 Send notification mail to users if any recoverable files exist in

Reply via email to