From b3330ba6dccd65f4d0bef843e092f4c0f2c56c7f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 17 Jan 2011 17:41:59 +0100 Subject: remove [ Cron ] handling Signed-off-by: Denys Vlasenko --- src/daemon/abrt.conf.5 | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/daemon/abrt.conf.5') diff --git a/src/daemon/abrt.conf.5 b/src/daemon/abrt.conf.5 index 3f9d8c39..84c8f002 100644 --- a/src/daemon/abrt.conf.5 +++ b/src/daemon/abrt.conf.5 @@ -65,18 +65,6 @@ all the C/C++ programs. .TP .B Kerneloops = \fIplugin\fP This plugin will be used in the case of kernel crashes. -.SS [ Cron ] -This section specifies tasks that will be run at some specified time. You can specify -either a time of day in the format -.br -.B hh:mm = \fIplugin\fP -.br -or an interval -.br -.B ss = \fIplugin2\fP -.br -in this case, \fIplugin2\fP will be run every \fIss\fP seconds (this number -can be greater than 60). .SH "SEE ALSO" .IR abrtd (8), .IR abrt-plugins (7) -- cgit