paul 96/08/20 06:25:15
Modified: support Makefile cls.c dbmmanage dbmmanage.new
dbmmanage.readme htdigest.c htpasswd.c httpd.1m
httpd_monitor.c log_server_status logresolve.c
rotatelogs.c suexec.c
Log:
Added Id strings.
Revision Changes Path
1.11 +1 -0 apache/support/Makefile
Index: Makefile
===================================================================
RCS file: /export/home/cvs/apache/support/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C3 -r1.10 -r1.11
*** Makefile 1996/08/06 05:21:21 1.10
--- Makefile 1996/08/20 13:25:02 1.11
***************
*** 1,3 ****
--- 1,4 ----
+ # $Id: Makefile,v 1.11 1996/08/20 13:25:02 paul Exp $
# For gcc
CC= gcc
# For ANSI compilers
1.2 +1 -0 apache/support/cls.c
Index: cls.c
===================================================================
RCS file: /export/home/cvs/apache/support/cls.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** cls.c 1996/02/22 11:47:35 1.1
--- cls.c 1996/08/20 13:25:02 1.2
***************
*** 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 -0 apache/support/dbmmanage
Index: dbmmanage
===================================================================
RCS file: /export/home/cvs/apache/support/dbmmanage,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** dbmmanage 1996/02/22 11:47:36 1.2
--- dbmmanage 1996/08/20 13:25:03 1.3
***************
*** 1,4 ****
--- 1,5 ----
#!/usr/local/bin/perl
+ # $Id: dbmmanage,v 1.3 1996/08/20 13:25:03 paul Exp $
# ====================================================================
# Copyright (c) 1995 The Apache Group. All rights reserved.
1.3 +1 -0 apache/support/dbmmanage.new
Index: dbmmanage.new
===================================================================
RCS file: /export/home/cvs/apache/support/dbmmanage.new,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** dbmmanage.new 1996/02/22 11:47:37 1.2
--- dbmmanage.new 1996/08/20 13:25:03 1.3
***************
*** 1,4 ****
--- 1,5 ----
#!/usr/local/bin/perl
+ # $Id: dbmmanage.new,v 1.3 1996/08/20 13:25:03 paul Exp $
# ====================================================================
# Copyright (c) 1995 The Apache Group. All rights reserved.
1.2 +2 -0 apache/support/dbmmanage.readme
Index: dbmmanage.readme
===================================================================
RCS file: /export/home/cvs/apache/support/dbmmanage.readme,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** dbmmanage.readme 1996/01/14 18:49:49 1.1
--- dbmmanage.readme 1996/08/20 13:25:04 1.2
***************
*** 1,3 ****
--- 1,5 ----
+ $Id: dbmmanage.readme,v 1.2 1996/08/20 13:25:04 paul Exp $
+
Two versions of the dbmmanage script are included with this release.
One is the old faithful version, which should continue to work if you've
been using it; the other is a newer cut, which can be easily modified to
1.3 +2 -0 apache/support/htdigest.c
Index: htdigest.c
===================================================================
RCS file: /export/home/cvs/apache/support/htdigest.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** htdigest.c 1996/06/13 03:39:31 1.2
--- htdigest.c 1996/08/20 13:25:05 1.3
***************
*** 4,9 ****
--- 4,11 ----
* by Alexei Kosut, based on htpasswd.c, by Rob McCool
*/
+ /* $Id: htdigest.c,v 1.3 1996/08/20 13:25:05 paul Exp $ */
+
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
1.3 +2 -0 apache/support/htpasswd.c
Index: htpasswd.c
===================================================================
RCS file: /export/home/cvs/apache/support/htpasswd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** htpasswd.c 1996/06/09 23:50:13 1.2
--- htpasswd.c 1996/08/20 13:25:05 1.3
***************
*** 4,9 ****
--- 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>
1.3 +1 -0 apache/support/httpd.1m
Index: httpd.1m
===================================================================
RCS file: /export/home/cvs/apache/support/httpd.1m,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** httpd.1m 1996/02/22 11:47:37 1.2
--- httpd.1m 1996/08/20 13:25:07 1.3
***************
*** 1,4 ****
--- 1,5 ----
.TH httpd 1m "October 1995"
+ .\" $Id: httpd.1m,v 1.3 1996/08/20 13:25:07 paul Exp $
.\" Copyright (c) 1995 David Robinson. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
1.2 +2 -0 apache/support/httpd_monitor.c
Index: httpd_monitor.c
===================================================================
RCS file: /export/home/cvs/apache/support/httpd_monitor.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** httpd_monitor.c 1996/02/22 11:47:38 1.1
--- httpd_monitor.c 1996/08/20 13:25:07 1.2
***************
*** 49,54 ****
--- 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.2 1996/08/20 13:25:07 paul Exp $
+
* simple script to monitor the child Apache processes
* Usage:
1.3 +1 -0 apache/support/log_server_status
Index: log_server_status
===================================================================
RCS file: /export/home/cvs/apache/support/log_server_status,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** log_server_status 1996/04/11 08:11:47 1.2
--- log_server_status 1996/08/20 13:25:08 1.3
***************
*** 1,4 ****
--- 1,5 ----
#!/usr/local/bin/perl
+ # $Id: log_server_status,v 1.3 1996/08/20 13:25:08 paul Exp $
# ====================================================================
# Copyright (c) 1995 The Apache Group. All rights reserved.
1.5 +1 -0 apache/support/logresolve.c
Index: logresolve.c
===================================================================
RCS file: /export/home/cvs/apache/support/logresolve.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** logresolve.c 1996/08/08 02:32:00 1.4
--- logresolve.c 1996/08/20 13:25:09 1.5
***************
*** 1,4 ****
--- 1,5 ----
/***
***\
+ $Id: logresolve.c,v 1.5 1996/08/20 13:25:09 paul Exp $
logresolve 1.1
1.3 +2 -0 apache/support/rotatelogs.c
Index: rotatelogs.c
===================================================================
RCS file: /export/home/cvs/apache/support/rotatelogs.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** rotatelogs.c 1996/06/13 19:49:55 1.2
--- rotatelogs.c 1996/08/20 13:25:09 1.3
***************
*** 1,5 ****
--- 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.2 +2 -1 apache/support/suexec.c
Index: suexec.c
===================================================================
RCS file: /export/home/cvs/apache/support/suexec.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** suexec.c 1996/08/02 21:03:21 1.1
--- suexec.c 1996/08/20 13:25:10 1.2
***************
*** 1,4 ****
-
/* ====================================================================
* Copyright (c) 1995 The Apache Group. All rights reserved.
*
--- 1,3 ----
***************
*** 50,55 ****
--- 49,56 ----
* project, please see <http://www.apache.org/>.
*
*/
+
+ /* $Id: suexec.c,v 1.2 1996/08/20 13:25:10 paul Exp $ */
/*
* suexec.c -- "Wrapper" support program for suEXEC behaviour for Apache