Remove incorrect output redirection.

Reviewed by:	roberto
Committed from:	EuroBSDCon Amsterdam
MFC after:	3 days
This commit is contained in:
Thomas Quinot 2002-11-16 14:57:12 +00:00
parent 398fba8499
commit 68c2bacd8d

View File

@ -44,7 +44,7 @@ rc=0
case "$daily_status_security_kernelmsg_enable" in
[Yy][Ee][Ss])
dmesg 2>/dev/null > ${TMP} |
dmesg 2>/dev/null |
check_diff new_only dmesg - "${host} kernel log messages:"
rc=$?;;
*) rc=0;;