rev 1269 - trunk/siesta

[prev] [thread] [next] [lurker] [Date index for 2003/07/30]

From: richardc
Subject: rev 1269 - trunk/siesta
Date: 23:17 on 30 Jul 2003
Author: richardc
Date: 2003-07-30 23:17:43 +0100 (Wed, 30 Jul 2003)
New Revision: 1269

Modified:
   trunk/siesta/Config.pm.in
Log:
shush about not-existing


Modified: trunk/siesta/Config.pm.in
==============================================================================
--- trunk/siesta/Config.pm.in	2003-07-30 12:30:42 UTC (rev 1268)
+++ trunk/siesta/Config.pm.in	2003-07-30 22:17:43 UTC (rev 1269)
@@ -47,7 +47,7 @@
         },
     );
 
-    $config->file($CONFIG_FILE);
+    $config->file($CONFIG_FILE) if -e $CONFIG_FILE;
 
     @STORAGE   = ($config->get('storage_dsn'),
                   $config->get('storage_user'),

Generated at 13:57 on 01 Jul 2004 by mariachi 0.52