1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Add missing / to /dev/null

PR:		ports/159824
Submitted by:	Armin Gruner <ag@muc.de>
Approved by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
This commit is contained in:
Chris Rees 2011-08-17 10:06:37 +00:00
parent b2d3b40a7a
commit 814dbf6827
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279891

View File

@ -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.