[Rt-commit] r19475 - rt/3.999/trunk/etc
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 6 14:47:15 EDT 2009
Author: sartak
Date: Wed May 6 14:47:15 2009
New Revision: 19475
Modified:
rt/3.999/trunk/etc/RT_Config.pm
Log:
Use $RT::VarPath instead of /home/jesse/svk/3.999-DANGEROUS/var
Modified: rt/3.999/trunk/etc/RT_Config.pm
==============================================================================
--- rt/3.999/trunk/etc/RT_Config.pm (original)
+++ rt/3.999/trunk/etc/RT_Config.pm Wed May 6 14:47:15 2009
@@ -639,7 +639,7 @@
=cut
set(%GnuPGOptions,
- homedir => '/home/jesse/svk/3.999-DANGEROUS/var/data/gpg',
+ homedir => $RT::VarPath.'/data/gpg',
# URL of a keyserver
# keyserver => 'hkp://subkeys.pgp.net',
@@ -693,7 +693,7 @@
=cut
set($LogToFile , undef);
-set($LogDir, '/home/jesse/svk/3.999-DANGEROUS/var/log');
+set($LogDir, $RT::VarPath.'/log');
set($LogToFileNamed , "rt.log"); #log to rt.log
=item C<@LogToSyslogConf>
More information about the Rt-commit
mailing list