dgaudet 98/03/26 11:24:13
Modified: src CHANGES conf.h
Log:
It seems foolish to define SIGURG SIGUSR1 especially when SIGUSR1 is used
for graceful restarts. Given that the only usage of SIGURG is now
protected by a #ifdef we don't really need the definition.
Revision Changes Path
1.303 +2 -0 apache-1.2/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.2/src/CHANGES,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- CHANGES 1998/03/26 18:59:36 1.302
+++ CHANGES 1998/03/26 19:24:11 1.303
@@ -1,5 +1,7 @@
Changes with Apache 1.2.7
+ *) PORT: Clean up undefined signals on SCO. [Dean Gaudet]
+
*) After a SIGHUP the listening sockets in the parent weren't
properly marked for closure on fork().
[J�rgen Keil <[EMAIL PROTECTED]>] PR#2000
1.102 +0 -3 apache-1.2/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache-1.2/src/conf.h,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- conf.h 1998/02/14 13:37:22 1.101
+++ conf.h 1998/03/26 19:24:12 1.102
@@ -277,13 +277,11 @@
#define NEED_INITGROUPS
#define NO_WRITEV
#define JMP_BUF sigjmp_buf
-#define SIGURG SIGUSR1 /* but note, this signal will be sent to a process
group if enabled (for OOB data). It is not currently enabled. */
#include <sys/time.h>
#elif defined(SCO5)
#define JMP_BUF sigjmp_buf
-#define SIGURG SIGUSR1
#define HAVE_SYS_SELECT_H
#define USE_FCNTL_SERIALIZED_ACCEPT
#define HAVE_MMAP
@@ -504,7 +502,6 @@
#define NO_KILLPG
#undef NO_SETSID
#define HAVE_SHMGET
-#define SIGURG SIGUSR1
#define JMP_BUF sigjmp_buf
#define USE_FCNTL_SERIALIZED_ACCEPT