Fix the dump command

This commit is contained in:
Tom Eastep 2010-07-31 13:52:28 -07:00
parent ee5d2a56da
commit 0b9aa0f84b
2 changed files with 4 additions and 0 deletions

View File

@ -808,6 +808,8 @@ dump_command() {
done
if [ -z "$LOGFILE" ]; then
LOGFILE=/var/log/messages
if [ -n "$(syslog_circular_buffer)" ]; then
g_logread="logread | tac"
elif [ -r $LOGFILE ]; then

View File

@ -695,6 +695,8 @@ dump_command() {
done
if [ -z "$LOGFILE" ]; then
LOGFILE=/var/log/messages
if [ -n "$(syslog_circular_buffer)" ]; then
g_logread="logread | tac"
elif [ -r $LOGFILE ]; then