[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.49,1.180.2.50

Ivan,,, ivan at wavetail.420.am
Thu Sep 24 13:00:39 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1350

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Conf.pm 
Log Message:
get the ping username/pass from a config, good enough, RT#4610

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.49
retrieving revision 1.180.2.50
diff -u -d -r1.180.2.49 -r1.180.2.50
--- Conf.pm	26 Jul 2009 18:39:07 -0000	1.180.2.49
+++ Conf.pm	24 Sep 2009 20:00:36 -0000	1.180.2.50
@@ -2464,6 +2464,20 @@
   },
 
   {
+    'key'         => 'sg-ping_username',
+    'section'     => '',
+    'description' => "Don't use this.",
+    'type'        => 'text',
+  },
+
+  {
+    'key'         => 'sg-ping_password',
+    'section'     => '',
+    'description' => "Don't use this.",
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'queued-max_kids',
     'section'     => '',
     'description' => 'Maximum number of queued processes.  Defaults to 10.',



More information about the freeside-commits mailing list