Uncomment login accounting, it not needed to be commented out

because not related to accounting but to wtmp only
This commit is contained in:
Andrey A. Chernov 1996-01-06 22:25:57 +00:00
parent 011aa2cdb5
commit ee12bba616
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13288

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