summaryrefslogtreecommitdiffstats
path: root/system/atop/README
diff options
context:
space:
mode:
author Menno E. Duursma <druiloor@zonnet.nl>2010-05-11 22:26:24 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:26:24 +0200
commit8353d539ba3bc6a82a7afe4c51acdd89186efb9d (patch)
tree2904d6f5d5d5af2bb5e04bf5b899dfc8afc75e0b /system/atop/README
parentf4151f49a4e4afd54f1a814f23a8e1a8ae86d676 (diff)
downloadslackbuilds-8353d539ba3bc6a82a7afe4c51acdd89186efb9d.tar.gz
slackbuilds-8353d539ba3bc6a82a7afe4c51acdd89186efb9d.tar.xz
system/atop: Updated for version 1.23
Diffstat (limited to 'system/atop/README')
-rw-r--r--system/atop/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/system/atop/README b/system/atop/README
index 0011997cde..43faf8534a 100644
--- a/system/atop/README
+++ b/system/atop/README
@@ -3,14 +3,20 @@ to view the load on system-level and process-level.
Some features depend on the 'acct' (BSD accounting) package from
Slackware being installed. To enable it, execute the following:
+
touch /var/log/pacct
chgrp utmp /var/log/pacct
chmod 640 /var/log/pacct
accton
-You may want to have atop start at boot; to do so, added the
-following lines to /etc/rc.d/rc.local:
+You may want to have atop start at boot; to do so, add to
+/etc/rc.d/rc.local the following lines:
+
# Start the accounting top service
if [ -x /etc/rc.d/rc.atop ]; then
/etc/rc.d/rc.atop
fi
+
+Note: logrotate(8) doesn't like .new files to reside in
+ /etc/logrotate.d - thus make sure to merge@remove
+