The branch main has been updated by ceri:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=efa3c0af3724bb322f4132d354bfc67adc065791

commit efa3c0af3724bb322f4132d354bfc67adc065791
Author:     Ceri Davies <[email protected]>
AuthorDate: 2023-03-09 21:28:30 +0000
Commit:     Ceri Davies <[email protected]>
CommitDate: 2023-03-09 21:28:30 +0000

    rc.conf: update comment referring to /etc/motd
---
 libexec/rc/rc.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index 932fd2ace778..06fda945e86e 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -683,7 +683,7 @@ kern_securelevel="-1"       # range: -1..3 ; `-1' is the 
most insecure
                        # Note that setting securelevel to 0 will result
                        # in the system booting with securelevel set to 1, as
                        # init(8) will raise the level when rc(8) completes.
-update_motd="YES"      # update version info in /etc/motd (or NO)
+update_motd="YES"      # update version info in /var/run/motd (or NO)
 entropy_boot_file="/boot/entropy"      # Set to NO to disable very early
                        # (used at early boot time) entropy caching through 
reboots.
 entropy_file="/entropy"        # Set to NO to disable late (used when going 
multi-user)

Reply via email to