Additional debug information.

This commit is contained in:
nekral-guest
2010-08-26 19:32:38 +00:00
parent ce8580ca6d
commit 4de1bfac9c

View File

@@ -20,6 +20,13 @@ change_config
echo
echo "auth.log contains:"
echo "======================================================================="
cat /var/log/auth.log
echo "======================================================================="
echo "Syncing disks..."
sync
echo "OK"
echo -n "Looking for 'FAILED su for myuser by testsuite' in /var/log/auth.log..."
grep -q "FAILED su for myuser by testsuite" /var/log/auth.log
echo "OK"