X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=miscutil.c;h=bb5677e8f1120a71f65403cba9f2670638bee212;hp=a1715d1c9f0951dd58e56cd30639bea293d284bb;hb=fb28750fa199326b0df115d9437cf88a8f6df5e0;hpb=a8bab99d1b4527bfa55ed0dc8082cbffe17aef31 diff --git a/miscutil.c b/miscutil.c index a1715d1c..bb5677e8 100644 --- a/miscutil.c +++ b/miscutil.c @@ -1,4 +1,4 @@ -const char miscutil_rcs[] = "$Id: miscutil.c,v 1.29 2002/03/04 02:08:02 david__schmidt Exp $"; +const char miscutil_rcs[] = "$Id: miscutil.c,v 1.30 2002/03/04 18:27:42 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/miscutil.c,v $ @@ -36,6 +36,12 @@ const char miscutil_rcs[] = "$Id: miscutil.c,v 1.29 2002/03/04 02:08:02 david__s * * Revisions : * $Log: miscutil.c,v $ + * Revision 1.30 2002/03/04 18:27:42 oes + * - Deleted deletePidFile + * - Made write_pid_file use the --pidfile option value + * (or no PID file, if the option was absent) + * - Played styleguide police + * * Revision 1.29 2002/03/04 02:08:02 david__schmidt * Enable web editing of actions file on OS/2 (it had been broken all this time!) * @@ -889,7 +895,6 @@ char * make_path(const char * dir, const char * file) strcpy(path, basedir); strcat(path, "/"); strcat(path, dir); - DBG(1, ("make_path: path: %s\n",path) ); } else {