Uncomment login accounting, it not needed to be commented out

because not related to accounting but to wtmp only
This commit is contained in:
ache 1996-01-06 22:25:57 +00:00
parent 57f20d7e68
commit 2304b0c38e

View File

@ -7,6 +7,6 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
host=`hostname -s`
echo "Subject: $host monthly run output"
# echo ""
# echo "Doing login accounting:"
# ac -p | sort -nr +1
echo ""
echo "Doing login accounting:"
ac -p | sort -nr +1