aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/atop/files
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-02-21 09:38:34 +0800
committerjgh <jgh@FreeBSD.org>2012-02-21 09:38:34 +0800
commit2c74b4ba300ed4357fe5f60215d921c8b89293e9 (patch)
treee247fbf17c18f818a4fb3cfac9d0becfcbfc7f55 /sysutils/atop/files
parent0312ea8171aa85ce8c5664e4e3501c342501225d (diff)
downloadfreebsd-ports-gnome-2c74b4ba300ed4357fe5f60215d921c8b89293e9.tar.gz
freebsd-ports-gnome-2c74b4ba300ed4357fe5f60215d921c8b89293e9.tar.zst
freebsd-ports-gnome-2c74b4ba300ed4357fe5f60215d921c8b89293e9.zip
- Update to 1.26.b8
- while here shorten MASTER_SITES, use PORTDOCS listing, and add symlink for packaging PR: ports/165343 Submitted by: maintainer, samm@os2.kiev.ua
Diffstat (limited to 'sysutils/atop/files')
-rw-r--r--sysutils/atop/files/atop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/atop/files/atop.in b/sysutils/atop/files/atop.in
index 9eb224b4997e..c51ed96c6dae 100644
--- a/sysutils/atop/files/atop.in
+++ b/sysutils/atop/files/atop.in
@@ -62,7 +62,7 @@ atop_rotate()
echo "Rotating logfile (${name})."
# write final sample and stop
sig_stop=SIGUSR2
- /usr/bin/find $atop_logdir -name atop_???????? -mtime +${atop_keepdays} -exec rm {} \;
+ /usr/bin/find $atop_logdir/ -name atop_???????? -mtime +${atop_keepdays} -exec rm {} \;
run_rc_command "restart"
}