aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2023-03-09 21:28:30 +0000
committerCeri Davies <ceri@FreeBSD.org>2023-03-09 21:28:30 +0000
commitefa3c0af3724bb322f4132d354bfc67adc065791 (patch)
tree5897151a1d86757b6f9068c6ae17684f2d2b3bdf
parente5dd5bfa55dc82686870330f547932486ba48db2 (diff)
downloadsrc-efa3c0af3724bb322f4132d354bfc67adc065791.tar.gz
src-efa3c0af3724bb322f4132d354bfc67adc065791.zip
rc.conf: update comment referring to /etc/motd
-rw-r--r--libexec/rc/rc.conf2
1 files changed, 1 insertions, 1 deletions
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)