name change
[privoxy.git] / privoxy.logrotate
index 29bb016..994a858 100644 (file)
@@ -1,15 +1,15 @@
 #
-# Logrotate file for Junkbuster RPM
+# Logrotate file for Privoxy RPM
 #
 # ********************************************************************
 # 
-#  File        :  $Source: /cvsroot/ijbswa/current/junkbuster.logrotate,v $
+#  File        :  $Source: /cvsroot/ijbswa/current/privoxy.logrotate,v $
 # 
 #  Purpose     :  Rotates all potential Junkbuster logfiles
 #                 
 # 
 #  Copyright   :  Written by and Copyright (C) 2001 the SourceForge
-#                 IJBSWA team.  http://ijbswa.sourceforge.net
+#                 PRIVOXY 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: junkbuster.logrotate,v $
+#     $Log: privoxy.logrotate,v $
+#     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)
 # 
 # ********************************************************************/
 
-/var/log/junkbuster/logfile {
+/var/log/privoxy/logfile {
    compress
    size 1M
    postrotate
-        /sbin/service junkbuster reload  2> /dev/null || true
+        /sbin/service privoxy reload  2> /dev/null || true
    endscript
 }
 
-/var/log/junkbuster/jarfile {
+/var/log/privoxy/jarfile {
    missingok
    compress
    size 1M
    postrotate
-        /sbin/service junkbuster reload  2> /dev/null || true
+        /sbin/service privoxy reload  2> /dev/null || true
    endscript
 }