summaryrefslogtreecommitdiffstats
path: root/etc/monthly
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-01-06 22:25:57 +0000
committerache <ache@FreeBSD.org>1996-01-06 22:25:57 +0000
commit03a6f5095b239c090cf9c0a73b00c36b64ba6e21 (patch)
tree496dd62a41e83f460bf969d6e5b225fda7b77a60 /etc/monthly
parent95394bc0bc7a84dcf2881146be2cd0d29da30fbf (diff)
downloadFreeBSD-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/monthly')
-rw-r--r--etc/monthly6
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
OpenPOWER on IntegriCloud