jim 98/07/07 17:46:06
Modified: src CHANGES
src/include conf.h
Log:
Why the flying fuck even bother...
Revision Changes Path
1.952 +0 -3 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.951
retrieving revision 1.952
diff -u -r1.951 -r1.952
--- CHANGES 1998/07/08 00:23:39 1.951
+++ CHANGES 1998/07/08 00:46:03 1.952
@@ -1,8 +1,5 @@
Changes with Apache 1.3.1
- *) AIX was sing 'nobody' instead of 'nogroup' for DEFAULT_GROUP.
- [Kristian Kraemmer Nielsen <[EMAIL PROTECTED]>] PR#2398
-
*) suexec's error messages have been clarified a little bit. [Ken Coar]
*) PORT: Apache is not 8-bit clean in many settings, a problem we're
1.219 +1 -1 apache-1.3/src/include/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/conf.h,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- conf.h 1998/07/08 00:23:41 1.218
+++ conf.h 1998/07/08 00:46:05 1.219
@@ -242,7 +242,7 @@
#define USE_MMAP_FILES
#define HAVE_SYSLOG 1
#ifndef DEFAULT_GROUP
-#define DEFAULT_GROUP "nogroup"
+#define DEFAULT_GROUP "nobody"
#endif
#endif
#ifndef DEFAULT_USER