diff options
author | ache <ache@FreeBSD.org> | 1996-01-06 22:25:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-01-06 22:25:57 +0000 |
commit | 03a6f5095b239c090cf9c0a73b00c36b64ba6e21 (patch) | |
tree | 496dd62a41e83f460bf969d6e5b225fda7b77a60 /etc | |
parent | 95394bc0bc7a84dcf2881146be2cd0d29da30fbf (diff) | |
download | FreeBSD-src-03a6f5095b239c090cf9c0a73b00c36b64ba6e21.zip FreeBSD-src-03a6f5095b239c090cf9c0a73b00c36b64ba6e21.tar.gz |
Uncomment login accounting, it not needed to be commented out
because not related to accounting but to wtmp only
Diffstat (limited to 'etc')
-rw-r--r-- | etc/monthly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/monthly b/etc/monthly index 1f9c603..b96bb38 100644 --- a/etc/monthly +++ b/etc/monthly @@ -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 |