brian 96/11/03 13:02:38
Modified: support Makefile cls.c htdigest.c htpasswd.c
httpd_monitor.c logresolve.c rotatelogs.c suexec.c
Log:
Removed Id lines, as per group consensus.
Fixed accidental change in Makefile made in last commit.
Revision Changes Path
1.15 +1 -2 apache/support/Makefile
Index: Makefile
===================================================================
RCS file: /export/home/cvs/apache/support/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C3 -r1.14 -r1.15
*** Makefile 1996/11/03 20:57:42 1.14
--- Makefile 1996/11/03 21:02:29 1.15
***************
*** 1,4 ****
- # $Id: Makefile,v 1.14 1996/11/03 20:57:42 brian Exp $
# For gcc
CC= gcc
# For ANSI compilers
--- 1,3 ----
***************
*** 7,13 ****
#For Optimization
#CFLAGS= -O2
#For debugging
! CFLAGS= -g -Wall
# For SCO ODT
#EXTRA_LIBS= -lcrypt_i
# For OS/2 port
--- 6,12 ----
#For Optimization
#CFLAGS= -O2
#For debugging
! CFLAGS= -g
# For SCO ODT
#EXTRA_LIBS= -lcrypt_i
# For OS/2 port
1.3 +0 -1 apache/support/cls.c
Index: cls.c
===================================================================
RCS file: /export/home/cvs/apache/support/cls.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** cls.c 1996/08/20 13:25:02 1.2
--- cls.c 1996/11/03 21:02:30 1.3
***************
*** 1,4 ****
- # $Id: cls.c,v 1.2 1996/08/20 13:25:02 paul Exp $
#include <ctype.h>
#include <dirent.h>
#include <stdio.h>
--- 1,3 ----
1.5 +0 -2 apache/support/htdigest.c
Index: htdigest.c
===================================================================
RCS file: /export/home/cvs/apache/support/htdigest.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** htdigest.c 1996/10/23 18:48:17 1.4
--- htdigest.c 1996/11/03 21:02:31 1.5
***************
*** 4,11 ****
* by Alexei Kosut, based on htpasswd.c, by Rob McCool
*/
- /* $Id: htdigest.c,v 1.4 1996/10/23 18:48:17 brian Exp $ */
-
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
--- 4,9 ----
1.4 +0 -2 apache/support/htpasswd.c
Index: htpasswd.c
===================================================================
RCS file: /export/home/cvs/apache/support/htpasswd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** htpasswd.c 1996/08/20 13:25:05 1.3
--- htpasswd.c 1996/11/03 21:02:31 1.4
***************
*** 4,11 ****
* Rob McCool
*/
- /* $Id: htpasswd.c,v 1.3 1996/08/20 13:25:05 paul Exp $ */
-
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
--- 4,9 ----
1.4 +0 -2 apache/support/httpd_monitor.c
Index: httpd_monitor.c
===================================================================
RCS file: /export/home/cvs/apache/support/httpd_monitor.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** httpd_monitor.c 1996/10/23 18:53:46 1.3
--- httpd_monitor.c 1996/11/03 21:02:32 1.4
***************
*** 49,56 ****
* For more information on the Apache Group and the Apache HTTP server
* project, please see <http://www.apache.org/>.
- * $Id: httpd_monitor.c,v 1.3 1996/10/23 18:53:46 brian Exp $
-
* simple script to monitor the child Apache processes
* Usage:
--- 49,54 ----
1.6 +0 -2 apache/support/logresolve.c
Index: logresolve.c
===================================================================
RCS file: /export/home/cvs/apache/support/logresolve.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** logresolve.c 1996/08/20 13:25:09 1.5
--- logresolve.c 1996/11/03 21:02:32 1.6
***************
*** 1,6 ****
/***
***\
- $Id: logresolve.c,v 1.5 1996/08/20 13:25:09 paul Exp $
-
logresolve 1.1
Tom Rathborne - [EMAIL PROTECTED] - http://www.uunet.ca/~tomr/
--- 1,4 ----
1.4 +0 -2 apache/support/rotatelogs.c
Index: rotatelogs.c
===================================================================
RCS file: /export/home/cvs/apache/support/rotatelogs.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** rotatelogs.c 1996/08/20 13:25:09 1.3
--- rotatelogs.c 1996/11/03 21:02:33 1.4
***************
*** 1,7 ****
/*
- $Id: rotatelogs.c,v 1.3 1996/08/20 13:25:09 paul Exp $
-
Simple program to rotate Apache logs without having to kill the server.
Contributed by Ben Laurie <[EMAIL PROTECTED]>
--- 1,5 ----
1.3 +0 -2 apache/support/suexec.c
Index: suexec.c
===================================================================
RCS file: /export/home/cvs/apache/support/suexec.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** suexec.c 1996/08/20 13:25:10 1.2
--- suexec.c 1996/11/03 21:02:34 1.3
***************
*** 50,57 ****
*
*/
- /* $Id: suexec.c,v 1.2 1996/08/20 13:25:10 paul Exp $ */
-
/*
* suexec.c -- "Wrapper" support program for suEXEC behaviour for Apache
*
--- 50,55 ----