head	1.4;
access;
symbols
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	mod_ssl_2_0_5:1.1.1.1
	RSE:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2012.01.01.19.30.37;	author ohauer;	state dead;
branches;
next	1.3;

1.3
date	99.08.20.06.27.49;	author rse;	state Exp;
branches;
next	1.2;

1.2
date	99.03.24.09.54.13;	author rse;	state Exp;
branches;
next	1.1;

1.1
date	98.08.27.16.00.05;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.08.27.16.00.05;	author rse;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- src/support/apachectl.orig	Wed Mar 24 10:11:39 1999
+++ src/support/apachectl	Wed Mar 24 10:19:09 1999
@@@@ -39,6 +39,8 @@@@
 # --------------------                              --------------------
 # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
 
+eval `limits -e -C daemon` >/dev/null 2>&1
+
 ERROR=0
 ARGV="$@@"
 if [ "x$ARGV" = "x" ] ; then 
@@@@ -94,6 +96,7 @@@@
 	fi
 	if kill $PID ; then
 	    echo "$0 $ARG: httpd stopped"
+	    rm -f $PIDFILE
 	else
 	    echo "$0 $ARG: httpd could not be stopped"
 	    ERROR=4
@


1.3
log
@It's double-feature time:
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0
@
text
@@


1.2
log
@- Upgraded to Apache 1.3.6 + mod_ssl 2.2.6
- Cleaned up the port
@
text
@a11 9
@@@@ -50,7 +52,7 @@@@
     # check for pidfile
     if [ -f $PIDFILE ] ; then
 	PID=`cat $PIDFILE`
-	if [ ! "x$PID" = "x" ] && kill -0 $PID; then
+	if [ ! "x$PID" = "x" ] && kill -0 $PID >/dev/null 2>&1; then
 	    STATUS="httpd (pid $PID) running"
 	    RUNNING=1
 	else
@


1.1
log
@Initial revision
@
text
@d1 28
a28 40
*** src/support/apachectl.orig	Fri Jul 17 01:25:54 1998
--- src/support/apachectl	Fri Jul 24 00:34:59 1998
***************
*** 39,44 ****
--- 39,46 ----
  # --------------------                              --------------------
  # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
  
+ eval `limits -e -C daemon` >/dev/null 2>&1
+ 
  ERROR=0
  ARGV="$@@"
  if [ "x$ARGV" = "x" ] ; then 
***************
*** 50,56 ****
      # check for pidfile
      if [ -f $PIDFILE ] ; then
  	PID=`cat $PIDFILE`
! 	if kill -0 $PID; then
  	    STATUS="httpd (pid $PID) running"
  	    RUNNING=1
  	else
--- 52,58 ----
      # check for pidfile
      if [ -f $PIDFILE ] ; then
  	PID=`cat $PIDFILE`
! 	if kill -0 $PID > /dev/null 2>&1; then
  	    STATUS="httpd (pid $PID) running"
  	    RUNNING=1
  	else
***************
*** 82,87 ****
--- 84,90 ----
  	fi
  	if kill $PID ; then
  	    echo "$0 $ARG: httpd stopped"
+ 	    rm $PIDFILE
  	else
  	    echo "$0 $ARG: httpd could not be stopped"
  	    ERROR=4
@


1.1.1.1
log
@Import of a new SSL-aware Apache 1.3, achieved by patching up
the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache
Interface to SSLeay).
@
text
@@
