X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy.logrotate;h=1d43f141bf31da45533a149f49c8814696075e93;hp=29bb016993dc3bca7b9037f46d536923b39cf29b;hb=114c72fda4a6df07cd8a067a8fbafacaa3730c71;hpb=60adfb320a5a421cf69e91fba0b3c0ad2eb664ae diff --git a/privoxy.logrotate b/privoxy.logrotate index 29bb0169..1d43f141 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,19 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # Revisions : -# $Log: junkbuster.logrotate,v $ +# $Log: privoxy.logrotate,v $ +# Revision 1.4 2002/03/26 22:29:55 swa +# we have a new homepage! +# +# 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 +81,20 @@ # # ********************************************************************/ -/var/log/junkbuster/logfile { +/var/log/privoxy/logfile { + missingok 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 }