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 95394bc0bc
commit 03a6f5095b

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