X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy.logrotate;h=035112a5d11f5b6a3cbf46eafd83d55ab5e98107;hp=29bb016993dc3bca7b9037f46d536923b39cf29b;hb=5a5807409ae15a99c2e7365f292a6de0054257e3;hpb=60adfb320a5a421cf69e91fba0b3c0ad2eb664ae diff --git a/privoxy.logrotate b/privoxy.logrotate index 29bb0169..035112a5 100644 --- a/privoxy.logrotate +++ b/privoxy.logrotate @@ -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 +# Purpose : Rotates all potential Privoxy logfiles # # # Copyright : Written by and Copyright (C) 2001 the SourceForge -# IJBSWA team. http://ijbswa.sourceforge.net +# Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written # by and Copyright (C) 1997 Anonymous Coders and @@ -34,7 +34,16 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # Revisions : -# $Log: junkbuster.logrotate,v $ +# $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) @@ -69,19 +78,19 @@ # # ********************************************************************/ -/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 }