diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-13 00:39:40 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:39:40 +0200 |
commit | 4a0e22d91304d00686d6c6ea97422162f44d3e40 (patch) | |
tree | cbe93f908c0d5d84473ba23206b16f273b6332b9 /system/atop/README.SLACKWARE | |
parent | a28bf74e023d23a52f031c6301c76772a03ab0df (diff) | |
download | slackbuilds-4a0e22d91304d00686d6c6ea97422162f44d3e40.tar.gz |
system/atop: Updated for version 1.23
Diffstat (limited to 'system/atop/README.SLACKWARE')
-rw-r--r-- | system/atop/README.SLACKWARE | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/atop/README.SLACKWARE b/system/atop/README.SLACKWARE new file mode 100644 index 0000000000..c231ec955e --- /dev/null +++ b/system/atop/README.SLACKWARE @@ -0,0 +1,18 @@ +README.SLACKWARE for atop + +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, 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 + |