[Rt-commit] r12713 - in rt/branches/3.8-TESTING: bin

sartak at bestpractical.com sartak at bestpractical.com
Wed May 28 13:10:34 EDT 2008


Author: sartak
Date: Wed May 28 13:10:32 2008
New Revision: 12713

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/Makefile.in
   rt/branches/3.8-TESTING/bin/   (props changed)
   rt/branches/3.8-TESTING/configure.ac

Log:
 r61129 at onn:  sartak | 2008-05-28 13:07:46 -0400
 Have configure and make process rt-server.in


Modified: rt/branches/3.8-TESTING/Makefile.in
==============================================================================
--- rt/branches/3.8-TESTING/Makefile.in	(original)
+++ rt/branches/3.8-TESTING/Makefile.in	Wed May 28 13:10:32 2008
@@ -125,6 +125,8 @@
 RT_MODPERL_HANDLER	=	$(RT_BIN_PATH)/webmux.pl
 # RT_STANDALONE_SERVER is a stand-alone HTTP server
 RT_STANDALONE_SERVER	=	$(RT_BIN_PATH)/standalone_httpd
+# RT_NET_SERVER is an HTTP server using Net::Server
+RT_NET_SERVER	=	$(RT_BIN_PATH)/rt-server
 # RT_SPEEDYCGI_HANDLER is the mason handler script for SpeedyCGI
 RT_SPEEDYCGI_HANDLER	=	$(RT_BIN_PATH)/mason_handler.scgi
 # RT_FASTCGI_HANDLER is the mason handler script for FastCGI
@@ -146,6 +148,7 @@
 				$(DESTDIR)/$(RT_CLI_BIN) \
 				$(DESTDIR)/$(RT_CRON_BIN) \
 				$(DESTDIR)/$(RT_STANDALONE_SERVER) \
+				$(DESTDIR)/$(RT_NET_SERVER) \
 				$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
 				$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
 				$(DESTDIR)/$(RT_WIN32_FASTCGI_HANDLER)
@@ -456,6 +459,7 @@
 		bin/mason_handler.fcgi \
 		bin/mason_handler.scgi \
 		bin/standalone_httpd \
+		bin/rt-server \
 		bin/mason_handler.svc \
 		bin/rt \
 		bin/webmux.pl \
@@ -490,6 +494,9 @@
 start-httpd:
 	$(PERL) bin/standalone_httpd &
 
+start-server:
+	$(PERL) bin/rt-server &
+
 apachectl:
 	$(APACHECTL) stop
 	sleep 10

Modified: rt/branches/3.8-TESTING/configure.ac
==============================================================================
--- rt/branches/3.8-TESTING/configure.ac	(original)
+++ rt/branches/3.8-TESTING/configure.ac	Wed May 28 13:10:32 2008
@@ -386,6 +386,7 @@
                  bin/standalone_httpd
                  bin/rt-crontool
                  bin/rt-mailgate
+                 bin/rt-server
                  bin/rt],
                 [chmod ug+x $ac_file]
                )


More information about the Rt-commit mailing list