Synthetic commit for tag v_2_9_7
[privoxy.git] / junkbuster.logrotate
similarity index 56%
rename from privoxy.logrotate
rename to junkbuster.logrotate
index 035112a..e13ee1d 100644 (file)
@@ -1,15 +1,15 @@
 #
-# Logrotate file for Privoxy RPM
+# Logrotate file for Junkbuster RPM
 #
 # ********************************************************************
 # 
-#  File        :  $Source: /cvsroot/ijbswa/current/privoxy.logrotate,v $
+#  File        :  $Source: /cvsroot/ijbswa/current/junkbuster.logrotate,v $
 # 
-#  Purpose     :  Rotates all potential Privoxy logfiles
+#  Purpose     :  Rotates all potential Junkbuster logfiles
 #                 
 # 
 #  Copyright   :  Written by and Copyright (C) 2001 the SourceForge
-#                 Privoxy team. http://www.privoxy.org/
+#                 IJBSWA team.  http://ijbswa.sourceforge.net
 # 
 #                 Based on the Internet Junkbuster originally written
 #                 by and Copyright (C) 1997 Anonymous Coders and 
 #                 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 #  Revisions   :
-#     $Log: privoxy.logrotate,v $
-#     Revision 1.3  2002/03/24 15:19:57  swa
-#     name change related issue.
-#
-#     Revision 1.2  2002/03/24 11:40:14  swa
-#     name change
-#
-#     Revision 1.1  2002/03/24 11:23:44  swa
-#     name change
-#
-#     Revision 1.7  2001/12/30 14:07:32  steudten
-#     - Add signal handling (unix)
-#     - Add SIGHUP handler (unix)
-#     - Add creation of pidfile (unix)
-#     - Add action 'top' in rc file (RH)
-#     - Add entry 'SIGNALS' to manpage
-#     - Add exit message to logfile (unix)
-#
-#     Revision 1.6  2001/12/13 23:19:43  steudten
-#     Add 'restart' of junkbuster service after rotate logfiles.
-#     Better we could use the well known 'kill -HUP', but the handler
-#     isn't there at this time.
-#
-#     Revision 1.5  2001/11/05 21:31:51  steudten
-#     Change switch mode from weekly to size 1M
-#
-#     Revision 1.4  2001/06/28 13:30:22  sarantis
-#     add missingok for the jarfile entry
-#
+#     $Log: junkbuster.logrotate,v $
 #     Revision 1.3  2001/06/04 18:31:58  swa
 #     files are now prefixed with either `confdir' or `logdir'.
 #     `make redhat-dist' replaces both entries confdir and logdir
 # 
 # ********************************************************************/
 
-/var/log/privoxy/logfile {
+/var/log/junkbuster/logfile {
    compress
-   size 1M
-   postrotate
-        /sbin/service privoxy reload  2> /dev/null || true
-   endscript
+   weekly
 }
 
-/var/log/privoxy/jarfile {
-   missingok
-   compress
-   size 1M
-   postrotate
-        /sbin/service privoxy reload  2> /dev/null || true
-   endscript
+/var/log/junkbuster/jarfile {
+  missingok
+  compress
+  weekly
 }