[Rt-commit] r6268 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Wed Oct 25 00:47:52 EDT 2006
Author: ruz
Date: Wed Oct 25 00:47:51 2006
New Revision: 6268
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT.pm.in
Log:
r4025 at cubic-pc: cubic | 2006-10-25 04:48:46 +0400
* minor pod change
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT.pm.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT.pm.in (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT.pm.in Wed Oct 25 00:47:51 2006
@@ -96,9 +96,9 @@
=head2 LoadConfig
Load RT's config file. First, the site configuration file
-(C<RT_SiteConfig.pm>) is loaded, in order to establish overall site
+(F<RT_SiteConfig.pm>) is loaded, in order to establish overall site
settings like hostname and name of RT instance. Then, the core
-configuration file (C<RT_Config.pm>) is loaded to set fallback values
+configuration file (F<RT_Config.pm>) is loaded to set fallback values
for all settings; it bases some values on settings from the site
configuration file.
@@ -244,7 +244,7 @@
return "$p{message} ($filename:$line)\n"
}
};
-
+
if ( $Config->Get('LogToFile') ) {
my ($filename, $logdir) = (
$Config->Get('LogToFileNamed') || 'rt.log',
@@ -291,7 +291,6 @@
$Config->Get('LogToSyslogConf'),
));
}
-
}
# {{{ Signal handlers
More information about the Rt-commit
mailing list