mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Change `dmesg -a'' to
`dmesg''.
The change was introduced in src/etc/security 1.53 almost a year ago in an attempt to see ipfw deny message logs. However, ipfw deny/reject logs have been displayed since version 1.13 of the same file as a separate ``job'' and have since moved to src/etc/periodic/security/500.ipfwdenied. MFC after: 3 days
This commit is contained in:
parent
b30e60d8b4
commit
740b91b560
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96812
@ -44,7 +44,7 @@ rc=0
|
||||
|
||||
case "$daily_status_security_kernelmsg_enable" in
|
||||
[Yy][Ee][Ss])
|
||||
if dmesg -a 2>/dev/null > ${TMP}; then
|
||||
if dmesg 2>/dev/null > ${TMP}; then
|
||||
if [ ! -f ${LOG}/dmesg.today ]; then
|
||||
rc=1
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user