diff options
Diffstat (limited to 'system/atop/atop.SlackBuild')
-rw-r--r-- | system/atop/atop.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/atop/atop.SlackBuild b/system/atop/atop.SlackBuild index 8076685c6b42d..009fe3feebc80 100644 --- a/system/atop/atop.SlackBuild +++ b/system/atop/atop.SlackBuild @@ -14,8 +14,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atop -VERSION=${VERSION:-2.7.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.7.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -78,8 +78,6 @@ install -D -m 0644 atop.init $PKG/etc/rc.d/rc.atop.new sed -i "s|/usr/share/atop/atop.daily|/etc/atop/atop.daily|g" $PKG/etc/rc.d/rc.atop.new mkdir -p $PKG/etc/{logrotate.d,atop} -install -m 0644 psaccs_atop $PKG/etc/logrotate.d/psaccs_atop.new -install -m 0644 psaccu_atop $PKG/etc/logrotate.d/psaccu_atop.new install -m 0644 $CWD/psacct.logrotate $PKG/etc/logrotate.d/psacct.new install -m 0755 atop.daily $PKG/etc/atop/atop.daily |