bh: server/kolab-webadmin/kolab-webadmin/www/admin/kolab versions.php, 1.3, 1.3.2.1

cvs at kolab.org cvs at kolab.org
Fri Aug 11 18:26:25 CEST 2006


Author: bh

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/kolab
In directory doto:/tmp/cvs-serv11004/kolab-webadmin/kolab-webadmin/www/admin/kolab

Modified Files:
      Tag: kolab_2_0_branch
	versions.php 
Log Message:
Fix the list of packages that contain kolab specific changes shown on
the versions page.


Index: versions.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/kolab/Attic/versions.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- versions.php	28 Apr 2005 00:16:59 -0000	1.3
+++ versions.php	11 Aug 2006 16:26:23 -0000	1.3.2.1
@@ -24,7 +24,7 @@
 
 // Remember to keep this list up to date when patching packages!
 $kolabversions = shell_exec("$kolab_prefix/bin/openpkg rpm -q perl-kolab kolabd kolab-resource-handlers kolab-webadmin" );
-$kolabpatchedversions = shell_exec("$kolab_prefix/bin/openpkg rpm -q amavisd apache imapd postfix" );
+$kolabpatchedversions = shell_exec("$kolab_prefix/bin/openpkg rpm -q apache imap imapd openldap php postfix" );
 $openpkgversion = shell_exec("$kolab_prefix/bin/openpkg rpm -q openpkg");
 
 $kolabversion = '@kolab_version@';





More information about the commits mailing list