aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-08-17 18:06:37 +0800
committercrees <crees@FreeBSD.org>2011-08-17 18:06:37 +0800
commit2da1e286f34d04fa106f34b45fd7f27341853c24 (patch)
treede923ff4793921ae724eabe4c07a6944311aed29 /sysutils
parent05db8dec1179307ce7fa5230200b99096caa28c1 (diff)
downloadfreebsd-ports-gnome-2da1e286f34d04fa106f34b45fd7f27341853c24.tar.gz
freebsd-ports-gnome-2da1e286f34d04fa106f34b45fd7f27341853c24.tar.zst
freebsd-ports-gnome-2da1e286f34d04fa106f34b45fd7f27341853c24.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)
Diffstat (limited to 'sysutils')
-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.