Uncomment login accounting, it not needed to be commented out
because not related to accounting but to wtmp only
This commit is contained in:
parent
57f20d7e68
commit
2304b0c38e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user