mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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
011aa2cdb5
commit
ee12bba616
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13288
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue