[Rt-commit] [svn] r1114 - rt/trunk/etc

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Fri Jun 18 12:25:57 EDT 2004


Author: alexmv
Date: Fri Jun 18 12:25:56 2004
New Revision: 1114

Modified:
   rt/trunk/etc/RT_Config.pm.in
Log:
RT-Ticket: 5755
RT-Status: resolved
RT-Update: correspond

 * Include UnixWare in the lucky group that should get ( socket =>
   'inet' ) in LogToSyslogConf


Modified: rt/trunk/etc/RT_Config.pm.in
==============================================================================
--- rt/trunk/etc/RT_Config.pm.in	(original)
+++ rt/trunk/etc/RT_Config.pm.in	Fri Jun 18 12:25:56 2004
@@ -245,11 +245,11 @@
 Set($LogDir, '@RT_LOG_PATH@');
 Set($LogToFileNamed , "rt.log");    #log to rt.log
 
-# On Solaris, set to ( socket => 'inet' ).  Options here override any
-# other options RT passes to Log::Dispatch::Syslog.  Other interesting
-# flags include facility and logopt.  (See the Log::Dispatch::Syslog
-# documentation for more information.)  (Maybe ident too, if you have
-# multiple RT installations.)
+# On Solaris or UnixWare, set to ( socket => 'inet' ).  Options here
+# override any other options RT passes to Log::Dispatch::Syslog.
+# Other interesting flags include facility and logopt.  (See the
+# Log::Dispatch::Syslog documentation for more information.)  (Maybe
+# ident too, if you have multiple RT installations.)
 
 @LogToSyslogConf = () unless (@LogToSyslogConf);
 


More information about the Rt-commit mailing list