[Rt-commit] rt branch, 4.2/remove-apachectl, created. rt-4.1.6-344-g6f7e2f0

Thomas Sibley trs at bestpractical.com
Wed Mar 13 19:05:08 EDT 2013


The branch, 4.2/remove-apachectl has been created
        at  6f7e2f069cc595239be03db3d9fac1f80fe5331d (commit)

- Log -----------------------------------------------------------------
commit 6f7e2f069cc595239be03db3d9fac1f80fe5331d
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Mar 13 16:03:53 2013 -0700

    Remove outdated check for apachectl and the corresponding make target

diff --git a/Makefile.in b/Makefile.in
index 52e6e3a..092c76d 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -86,10 +86,6 @@ LIBS_GROUP		=	@LIBS_GROUP@
 WEB_USER		=	@WEB_USER@
 WEB_GROUP		=	@WEB_GROUP@
 
-
-APACHECTL		=	@APACHECTL@
-
-
 # DESTDIR allows you to specify that RT be installed somewhere other than
 # where it will eventually reside. DESTDIR _must_ have a trailing slash
 # if it's defined.
@@ -499,11 +495,6 @@ start-httpd:
 start-server:
 	$(PERL) sbin/rt-server &
 
-apachectl:
-	$(APACHECTL) stop
-	sleep 10
-	$(APACHECTL) start
-	sleep 5
 
 SNAPSHOT=$(shell git describe --tags)
 THIRD_PARTY=devel/third-party/
diff --git a/configure.ac b/configure.ac
index e3ac3e6..113377d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -243,14 +243,6 @@ AS_IF([ test "$DB_TYPE" = "mysql" ],
      )
 
 
-dnl Set the value of apachectl
-AC_ARG_WITH(apachectl,
-            AC_HELP_STRING([--with-apachectl],
-                           [instruct RT where to find your apachectl]),
-            APACHECTL=$withval, 
-            APACHECTL=`which apachectl`)
-AC_SUBST(APACHECTL)
-
 dnl Dependencies for testing and developing RT
 AC_ARG_WITH(developer,[],RT_DEVELOPER=$withval,RT_DEVELOPER="0")
 AC_ARG_ENABLE(developer,

-----------------------------------------------------------------------


More information about the Rt-commit mailing list