summaryrefslogtreecommitdiffstats
path: root/etc/security
diff options
context:
space:
mode:
Diffstat (limited to 'etc/security')
-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