[Rt-commit] r12028 - in rt/branches/3.8-TESTING: . bin
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 2 19:42:30 EDT 2008
Author: sartak
Date: Fri May 2 19:42:30 2008
New Revision: 12028
Added:
rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in
- copied unchanged from r12007, /rt/branches/3.8-TESTING/bin/rt-email-dashboards.in
Removed:
rt/branches/3.8-TESTING/bin/rt-email-dashboards.in
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/Makefile.in
rt/branches/3.8-TESTING/configure.ac
rt/branches/3.8-TESTING/sbin/ (props changed)
Log:
r54830 at Macintosh: sartak | 2008-05-02 19:39:43 -0400
Begin moving rt-email-dashboards from bin to sbin
Modified: rt/branches/3.8-TESTING/Makefile.in
==============================================================================
--- rt/branches/3.8-TESTING/Makefile.in (original)
+++ rt/branches/3.8-TESTING/Makefile.in Fri May 2 19:42:30 2008
@@ -137,8 +137,6 @@
RT_MAILGATE_BIN = $(RT_BIN_PATH)/rt-mailgate
# RT's cron tool
RT_CRON_BIN = $(RT_BIN_PATH)/rt-crontool
-# RT's dashboard emailer
-RT_DASHBOARD_BIN = $(RT_BIN_PATH)/rt-email-dashboards
# }}}
@@ -147,7 +145,6 @@
$(DESTDIR)/$(RT_MAILGATE_BIN) \
$(DESTDIR)/$(RT_CLI_BIN) \
$(DESTDIR)/$(RT_CRON_BIN) \
- $(DESTDIR)/$(RT_DASHBOARD_BIN) \
$(DESTDIR)/$(RT_STANDALONE_SERVER) \
$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
@@ -155,6 +152,7 @@
SYSTEM_BINARIES = $(DESTDIR)/$(RT_SBIN_PATH)/rt-dump-database \
$(DESTDIR)/$(RT_SBIN_PATH)/rt-setup-database \
$(DESTDIR)/$(RT_SBIN_PATH)/rt-send-digest \
+ $(DESTDIR)/$(RT_SBIN_PATH)/rt-email-dashboards \
$(DESTDIR)/$(RT_SBIN_PATH)/rt-test-dependencies \
$(DESTDIR)/$(RT_SBIN_PATH)/rt-clean-sessions \
$(DESTDIR)/$(RT_SBIN_PATH)/rt-shredder \
@@ -455,7 +453,6 @@
mkdir -p $(DESTDIR)/$(RT_BIN_PATH)
chmod +x bin/rt-mailgate \
bin/rt-crontool \
- bin/rt-email-dashboards
-cp -rp \
bin/rt-mailgate \
bin/mason_handler.fcgi \
@@ -465,7 +462,6 @@
bin/rt \
bin/webmux.pl \
bin/rt-crontool \
- bin/rt-email-dashboards \
$(DESTDIR)/$(RT_BIN_PATH)
# }}}
Modified: rt/branches/3.8-TESTING/configure.ac
==============================================================================
--- rt/branches/3.8-TESTING/configure.ac (original)
+++ rt/branches/3.8-TESTING/configure.ac Fri May 2 19:42:30 2008
@@ -376,6 +376,7 @@
sbin/rt-setup-database
sbin/rt-test-dependencies
sbin/rt-send-digest
+ sbin/rt-email-dashboards
sbin/rt-clean-sessions
sbin/rt-shredder
sbin/rt-validator
@@ -384,7 +385,6 @@
bin/mason_handler.scgi
bin/standalone_httpd
bin/rt-crontool
- bin/rt-email-dashboards
bin/rt-mailgate
bin/rt],
[chmod ug+x $ac_file]
More information about the Rt-commit
mailing list