Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-02-24 21:59:23 +0300
committermboelen <michael@cisofy.com>2016-02-24 21:59:23 +0300
commitf6c84785e72e9c01f26aae09caab6751a5c0bedc (patch)
treee4ee16e8c12c28681dbc7b1b1cfb45faf9b00a56
parent4d5ca94751b47dea2a6d8e3ec8903081a4fb62f1 (diff)
Changed exception of missing eth0 interface into an informational message
-rw-r--r--include/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions b/include/functions
index b4884a24..e1f6c720 100644
--- a/include/functions
+++ b/include/functions
@@ -517,7 +517,7 @@
fi
else
FIND=`${IFCONFIGBINARY} 2> /dev/null | grep HWaddr | head -1 | awk '{ print $5 }' | tr '[:upper:]' '[:lower:]'`
- ReportException "GetHostID" "No eth0 found (but HWaddr was found), using first network interface to determine hostid, with ifconfig"
+ LogText "GetHostID: No eth0 found (but HWaddr was found), using first network interface to determine hostid, with ifconfig"
fi
fi
else