summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-14 04:30:46 +0000
committerdd <dd@FreeBSD.org>2001-06-14 04:30:46 +0000
commitfdd4a581662e87cd69b74310db28a017a46a64c6 (patch)
treef45060a8316bff79ab70026825f5f704acb284e4 /etc
parent3bfa3d758ca921affa4c83b425077a49b2b2c30e (diff)
downloadFreeBSD-src-fdd4a581662e87cd69b74310db28a017a46a64c6.zip
FreeBSD-src-fdd4a581662e87cd69b74310db28a017a46a64c6.tar.gz
Pass -a to dmesg(8).
PR: 26870 Submitted by: Tomonobu AKIMOTO <akimoto@xephion.ne.jp>
Diffstat (limited to 'etc')
-rw-r--r--etc/security2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/security b/etc/security
index eaf2cb7..82e384f 100644
--- a/etc/security
+++ b/etc/security
@@ -164,7 +164,7 @@ fi
# Show kernel log messages
#
-if dmesg 2>/dev/null > ${TMP}; then
+if dmesg -a 2>/dev/null > ${TMP}; then
if [ ! -f ${LOG}/dmesg.today ]; then
[ $rc -lt 1 ] && rc=1
separator
OpenPOWER on IntegriCloud