[Rt-commit] r2105 - in rt/branches/PLATANO-EXPERIMENTAL: . etc

jesse at bestpractical.com jesse at bestpractical.com
Fri Jan 14 04:06:56 EST 2005


Author: jesse
Date: Fri Jan 14 04:06:56 2005
New Revision: 2105

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/Makefile.in
   rt/branches/PLATANO-EXPERIMENTAL/etc/RT_Config.pm.in
Log:
 r2696 at hualien (orig r2069):  zev | 2005-01-11T23:49:19.545552Z
 Fixed spelling and grammar mistakes in etc/RT_Config.pm.in
 Added some documentation and fixed whitespace in Makefile.in
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/Makefile.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/Makefile.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/Makefile.in	Fri Jan 14 04:06:56 2005
@@ -142,9 +142,9 @@
 				$(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_STANDALONE_SERVER) \
+				$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
+				$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
 				$(DESTDIR)/$(RT_WIN32_FASTCGI_HANDLER)
 SYSTEM_BINARIES		=	$(DESTDIR)/$(RT_SBIN_PATH)/
 
@@ -219,8 +219,11 @@
 	@echo ""
 	@echo "You must now configure RT by editing $(SITE_CONFIG_FILE)."
 	@echo ""
-	@echo "(You will definitely need to set RT's database password before continuing."
-	@echo " Not doing so could be very dangerous)"
+	@echo "(You will definitely need to set RT's database password in "
+	@echo "$(SITE_CONFIG_FILE) before continuing. Not doing so could be "
+	@echo "very dangerous.  Note that you do not have to manually add a "
+	@echo "database user or set up a database for RT.  These actions will be "
+	@echo "taken care of in the next step.)"
 	@echo ""
 	@echo "After that, you need to initialize RT's database by running" 
 	@echo " 'make initialize-database'"
@@ -346,7 +349,7 @@
 
 run-regression:
 	prove -Ilib lib/t/setup_regression.t  lib/t/autogen/ lib/t/regression/
-	
+
 
 regression-noapache: regression-install dirs files-install libs-install sbin-install bin-install regression-instruct regression-reset-db  testify-pods fixperms start-httpd  run-regression
 

Modified: rt/branches/PLATANO-EXPERIMENTAL/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/etc/RT_Config.pm.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/etc/RT_Config.pm.in	Fri Jan 14 04:06:56 2005
@@ -17,7 +17,7 @@
 
 # {{{ Base Configuration
 
-# $rtname the string that RT will look for in mail messages to
+# $rtname is the string that RT will look for in mail messages to
 # figure out what ticket a new piece of mail belongs to
 
 # Your domain name is recommended, so as not to pollute the namespace.
@@ -87,7 +87,7 @@
 
 Set($LoopsToRTOwner , 1);
 
-# If $StoreLoopss is defined, RT will record messages that it believes
+# If $StoreLoops is defined, RT will record messages that it believes
 # to be part of mail loops.
 # As it does this, it will try to be careful not to send mail to the
 # sender of these messages
@@ -177,7 +177,7 @@
 # If 'sendmailpipe' doesn't work well for you, try 'sendmail'
 #
 # Note that you should remove the '-t' from $SendmailArguments
-# if you use 'sendmail rather than 'sendmailpipe'
+# if you use 'sendmail' rather than 'sendmailpipe'
 
 Set($MailCommand , 'sendmailpipe');
 
@@ -406,8 +406,8 @@
 # {{{ RT UTF-8 Settings
 
 # An array that contains languages supported by RT's internationalization
-# interface.  Defaults to all *.po lexicons; set it to qw(en ja) will make
-# RT bilingual instead of multilingual, but will save same memory.
+# interface.  Defaults to all *.po lexicons; setting it to qw(en ja) will make
+# RT bilingual instead of multilingual, but will save some memory.
 
 @LexiconLanguages = qw(*) unless (@LexiconLanguages);
 


More information about the Rt-commit mailing list