thomas: server/kolabd/kolabd kolab_bootstrap.in,1.25,1.26 
    cvs at kolab.org 
    cvs at kolab.org
       
    Fri May 25 12:16:08 CEST 2007
    
        - Previous message: gunnar: server/horde CHANGELOG, 1.1, NONE Kolab.php, 1.1,	NONE Makefile, 1.7, NONE String.php, 1.1, NONE horde.spec, 1.7,	NONE horde_horde.php, 1.2, NONE horde_html.php, 1.1,	NONE horde_mime_drivers.php, 1.1, NONE horde_mime_mapping.php,	1.1, NONE horde_registry.php, 1.4, NONE iCalendar.php, 1.1,	NONE imp_conf.php, 1.2, NONE imp_html.php, 1.1,	NONE imp_mime_drivers.php, 1.1, NONE imp_prefs.php, 1.1,	NONE imp_servers.php, 1.5, NONE kronolith_conf.php, 1.2,	NONE kronolith_html.php, 1.1, NONE kronolith_kolab.php, 1.1,	NONE kronolith_prefs.php, 1.1, NONE mnemo_conf.php, 1.2,	NONE mnemo_kolab.php, 1.1, NONE mnemo_menu.php, 1.1,	NONE mnemo_prefs.php, 1.1, NONE nag_conf.php, 1.2,	NONE nag_html.php, 1.1, NONE nag_kolab.php, 1.1,	NONE nag_prefs.php, 1.1, NONE turba_attributes.php, 1.2,	NONE turba_conf.php, 1.1, NONE turba_html.php, 1.1,	NONE turba_kolab.php, 1.1, NONE turba_prefs.php, 1.1,	NONE turba_sources.php, 1.3, NONE valarm.php, 1.1,	NONE vevent.php, 1.1, NONE vfreebusy.php, 1.1, NONE vjournal.php,	1.1, NONE vtimezone.php, 1.1, NONE vtodo.php, 1.1 ,NONE 
 
        - Next message: thomas: server release-notes.txt,1.120,1.121 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: thomas
Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv15871/kolabd/kolabd
Modified Files:
	kolab_bootstrap.in 
Log Message:
Don't quote exclamation mark in manager password, fixes kolab/issue919
(kolab server has problems with some characters in passwords)
Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab_bootstrap.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- kolab_bootstrap.in	11 Feb 2007 14:47:51 -0000	1.25
+++ kolab_bootstrap.in	25 May 2007 10:16:06 -0000	1.26
@@ -38,7 +38,7 @@
   my($str, $metas) = @_;
   $str =~ s/([\\"])/\\$1/g;
   if(defined $metas) {
-    $metas = '!$`' if $metas eq ":shell";
+    $metas = '$`' if $metas eq ":shell";
     $metas =~ s/\]/\\]/g;
     $str =~ s/([$metas])/\\$1/g;
   }
    
    
        
	- Previous message: gunnar: server/horde CHANGELOG, 1.1, NONE Kolab.php, 1.1,	NONE Makefile, 1.7, NONE String.php, 1.1, NONE horde.spec, 1.7,	NONE horde_horde.php, 1.2, NONE horde_html.php, 1.1,	NONE horde_mime_drivers.php, 1.1, NONE horde_mime_mapping.php,	1.1, NONE horde_registry.php, 1.4, NONE iCalendar.php, 1.1,	NONE imp_conf.php, 1.2, NONE imp_html.php, 1.1,	NONE imp_mime_drivers.php, 1.1, NONE imp_prefs.php, 1.1,	NONE imp_servers.php, 1.5, NONE kronolith_conf.php, 1.2,	NONE kronolith_html.php, 1.1, NONE kronolith_kolab.php, 1.1,	NONE kronolith_prefs.php, 1.1, NONE mnemo_conf.php, 1.2,	NONE mnemo_kolab.php, 1.1, NONE mnemo_menu.php, 1.1,	NONE mnemo_prefs.php, 1.1, NONE nag_conf.php, 1.2,	NONE nag_html.php, 1.1, NONE nag_kolab.php, 1.1,	NONE nag_prefs.php, 1.1, NONE turba_attributes.php, 1.2,	NONE turba_conf.php, 1.1, NONE turba_html.php, 1.1,	NONE turba_kolab.php, 1.1, NONE turba_prefs.php, 1.1,	NONE turba_sources.php, 1.3, NONE valarm.php, 1.1,	NONE vevent.php, 1.1, NONE vfreebusy.php, 1.1, NONE vjournal.php,	1.1, NONE vtimezone.php, 1.1, NONE vtodo.php, 1.1 ,NONE 
 
	- Next message: thomas: server release-notes.txt,1.120,1.121 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list