aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-01-06 22:25:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-01-06 22:25:57 +0000
commitee12bba616e92a339f261de10b1f489b1fb6edc8 (patch)
tree496dd62a41e83f460bf969d6e5b225fda7b77a60 /etc
parent011aa2cdb5d52147813dcc0cd8c3737772cf2504 (diff)
downloadsrc-ee12bba616e92a339f261de10b1f489b1fb6edc8.tar.gz
src-ee12bba616e92a339f261de10b1f489b1fb6edc8.zip
Uncomment login accounting, it not needed to be commented out
because not related to accounting but to wtmp only
Notes
Notes: svn path=/head/; revision=13288
Diffstat (limited to 'etc')
-rw-r--r--etc/monthly6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/monthly b/etc/monthly
index 1f9c603e8c32..b96bb38a780c 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