Fixed minor memory leak.
[privoxy.git] / junkbuster.logrotate
index e8e8b92..5062378 100644 (file)
@@ -1,22 +1,56 @@
 #
 # Logrotate file for Junkbuster RPM
 #
 #
 # Logrotate file for Junkbuster RPM
 #
-# $Id: junkbuster.logrotate,v 1.1 2001/04/30 03:17:00 rodney Exp $
-
-# Fixed problems of 
-#  filename.1 -> filename.1.2 -> filename.1.3
-#  filename.1.2.2, filename.1.2.3, filename.1.3.2, filename.1.3.3
-#  filename.1.2.2.2, filename.1.2.2.3  ...
-# by explicitly listing each logfile in the directory instead of `*'.
+# ********************************************************************
+# 
+#  File        :  $Source: /cvsroot/ijbswa/current/junkbuster.logrotate,v $
+# 
+#  Purpose     :  Rotates all potential Junkbuster logfiles
+#                 
+# 
+#  Copyright   :  Written by and Copyright (C) 2001 the SourceForge
+#                 IJBSWA team.  http://ijbswa.sourceforge.net
+# 
+#                 Based on the Internet Junkbuster originally written
+#                 by and Copyright (C) 1997 Anonymous Coders and 
+#                 Junkbusters Corporation.  http://www.junkbusters.com
+# 
+#                 This program is free software; you can redistribute it 
+#                 and/or modify it under the terms of the GNU General
+#                 Public License as published by the Free Software
+#                 Foundation; either version 2 of the License, or (at
+#                 your option) any later version.
+# 
+#                 This program is distributed in the hope that it will
+#                 be useful, but WITHOUT ANY WARRANTY; without even the
+#                 implied warranty of MERCHANTABILITY or FITNESS FOR A
+#                 PARTICULAR PURPOSE.  See the GNU General Public
+#                 License for more details.
+# 
+#                 The GNU General Public License should be included with
+#                 this file.  If not, you can view it at
+#                 http://www.gnu.org/copyleft/gpl.html
+#                 or write to the Free Software Foundation, Inc., 59
+#                 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+# 
+#  Revisions   :
+#     $Log: junkbuster.logrotate,v $
+#     Revision 1.2  2001/05/24 07:52:24  swa
+#     added header. removed ^M.
+#
+#     Revision 1.3  2001/05/24 07:41:33  swa
+#     added header
 #
 #
+# 
+# 
+# ********************************************************************/
 
 
-/var/log/junkbuster/junkbuster {
+/var/log/junkbuster/logfile {
    compress
    compress
-        weekly
+   weekly
 }
 
 }
 
-
-#/var/log/junkbuster/jarfile {
-#  compress
-#        weekly
-#}
+/var/log/junkbuster/jarfile {
+  compress
+  weekly
+}