[Rt-commit] [svn] r1456 - in rt: . branches/3.3-TESTING

autrijus at pallas.eruditorum.org autrijus at pallas.eruditorum.org
Wed Sep 8 15:59:38 EDT 2004


Author: autrijus
Date: Wed Sep  8 15:59:38 2004
New Revision: 1456

Modified:
   rt/   (props changed)
   rt/branches/3.3-TESTING/Makefile.in
Log:
 r5749 at xor:  autrijus | 2004-09-08T19:59:51.949128Z
 * Add mason_handler.scgi and standalone_httpd into list of files
   to be made executable on "make fixperms".


Modified: rt/branches/3.3-TESTING/Makefile.in
==============================================================================
--- rt/branches/3.3-TESTING/Makefile.in	(original)
+++ rt/branches/3.3-TESTING/Makefile.in	Wed Sep  8 15:59:38 2004
@@ -120,6 +120,10 @@
 
 # RT_MODPERL_HANDLER is the mason handler script for mod_perl
 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_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
 RT_FASTCGI_HANDLER	=	$(RT_BIN_PATH)/mason_handler.fcgi
 # RT_WIN32_FASTCGI_HANDLER is the mason handler script for FastCGI
@@ -138,6 +142,8 @@
 				$(DESTDIR)/$(RT_MAILGATE_BIN) \
 				$(DESTDIR)/$(RT_CLI_BIN) \
 				$(DESTDIR)/$(RT_CRON_BIN) \
+ 				$(DESTDIR)/$(RT_STANDALONE_SERVER) \
+ 				$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
  				$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
 				$(DESTDIR)/$(RT_WIN32_FASTCGI_HANDLER)
 SYSTEM_BINARIES		=	$(DESTDIR)/$(RT_SBIN_PATH)/


More information about the Rt-commit mailing list