Adding standard AutoConf support files which are needed by ./configure.
[privoxy.git] / junkbuster.logrotate
1 #
2 # Logrotate file for Junkbuster RPM
3 #
4 # ********************************************************************
5
6 #  File        :  $Source: /cvsroot/ijbswa/current/junkbuster.logrotate,v $
7
8 #  Purpose     :  Rotates all potential Junkbuster logfiles
9 #                 
10
11 #  Copyright   :  Written by and Copyright (C) 2001 the SourceForge
12 #                 IJBSWA team.  http://ijbswa.sourceforge.net
13
14 #                 Based on the Internet Junkbuster originally written
15 #                 by and Copyright (C) 1997 Anonymous Coders and 
16 #                 Junkbusters Corporation.  http://www.junkbusters.com
17
18 #                 This program is free software; you can redistribute it 
19 #                 and/or modify it under the terms of the GNU General
20 #                 Public License as published by the Free Software
21 #                 Foundation; either version 2 of the License, or (at
22 #                 your option) any later version.
23
24 #                 This program is distributed in the hope that it will
25 #                 be useful, but WITHOUT ANY WARRANTY; without even the
26 #                 implied warranty of MERCHANTABILITY or FITNESS FOR A
27 #                 PARTICULAR PURPOSE.  See the GNU General Public
28 #                 License for more details.
29
30 #                 The GNU General Public License should be included with
31 #                 this file.  If not, you can view it at
32 #                 http://www.gnu.org/copyleft/gpl.html
33 #                 or write to the Free Software Foundation, Inc., 59
34 #                 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
35
36 #  Revisions   :
37 #     $Log: junkbuster.logrotate,v $
38 #     Revision 1.3  2001/06/04 18:31:58  swa
39 #     files are now prefixed with either `confdir' or `logdir'.
40 #     `make redhat-dist' replaces both entries confdir and logdir
41 #     with redhat values
42 #
43 #     Revision 1.2  2001/05/24 07:52:24  swa
44 #     added header. removed ^M.
45 #
46 #     Revision 1.3  2001/05/24 07:41:33  swa
47 #     added header
48 #
49
50
51 # ********************************************************************/
52
53 /var/log/junkbuster/logfile {
54    compress
55    weekly
56 }
57
58 /var/log/junkbuster/jarfile {
59   missingok
60   compress
61   weekly
62 }