aboutsummaryrefslogtreecommitdiff
path: root/sysutils/atop
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 /sysutils/atop
parentb2d3b40a7aea35517c441ff7a23da92e5229a91f (diff)
downloadports-814dbf682710b81990f13bb389a4503059d77137.tar.gz
ports-814dbf682710b81990f13bb389a4503059d77137.zip
Add missing / to /dev/null
PR: ports/159824 Submitted by: Armin Gruner <ag@muc.de> Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Notes
Notes: svn path=/head/; revision=279891
Diffstat (limited to 'sysutils/atop')
-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.