aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-08-17 10:06:37 +0000
committerChris Rees <crees@FreeBSD.org>2011-08-17 10:06:37 +0000
commit814dbf682710b81990f13bb389a4503059d77137 (patch)
treebe2819a2985e2f0c9c6aab90d951c0012635f5d5
parentb2d3b40a7aea35517c441ff7a23da92e5229a91f (diff)
downloadports-814dbf682710b81990f13bb389a4503059d77137.tar.gz
ports-814dbf682710b81990f13bb389a4503059d77137.zip
Notes
-rw-r--r--sysutils/atop/files/pkg-message.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/atop/files/pkg-message.in b/sysutils/atop/files/pkg-message.in
index a81833321777..53f396327930 100644
--- a/sysutils/atop/files/pkg-message.in
+++ b/sysutils/atop/files/pkg-message.in
@@ -10,7 +10,7 @@ in your /etc/rc.conf.
You will also need to add "rotate" command to the system crontab:
-0 0 * * * %%PREFIX%%/etc/rc.d/atop rotate >dev/null
+0 0 * * * %%PREFIX%%/etc/rc.d/atop rotate >/dev/null
To change number of days to keep the logs (default - 30) use atop_keepdays
variable in your /etc/rc.conf file.