Cosmetics: default to dmesg -t when writing /var/run/dmesg.boot -
the timestamps at boot time are mostly useless.
This commit is contained in:
parent
0be59150b6
commit
ac1539438e
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: rc.conf,v 1.141 2018/01/09 03:31:14 christos Exp $
|
# $NetBSD: rc.conf,v 1.142 2018/04/18 04:27:47 martin Exp $
|
||||||
#
|
#
|
||||||
# /etc/defaults/rc.conf --
|
# /etc/defaults/rc.conf --
|
||||||
# default configuration of /etc/rc.conf
|
# default configuration of /etc/rc.conf
|
||||||
@ -125,7 +125,7 @@ per_user_tmp=NO # per-user /tmp directories
|
|||||||
per_user_tmp_dir="/private/tmp" # real storage for /tmp
|
per_user_tmp_dir="/private/tmp" # real storage for /tmp
|
||||||
clear_tmp=YES # clear /tmp after reboot
|
clear_tmp=YES # clear /tmp after reboot
|
||||||
update_motd=YES # updates /etc/motd
|
update_motd=YES # updates /etc/motd
|
||||||
dmesg=YES dmesg_flags="" # write /var/run/dmesg.boot
|
dmesg=YES dmesg_flags="-t" # write /var/run/dmesg.boot
|
||||||
accounting=NO # uses /var/account/acct
|
accounting=NO # uses /var/account/acct
|
||||||
newsyslog=NO newsyslog_flags="" # trim log files
|
newsyslog=NO newsyslog_flags="" # trim log files
|
||||||
quota=YES # check and enable quotas
|
quota=YES # check and enable quotas
|
||||||
|
Loading…
Reference in New Issue
Block a user