steffen: server/kolabd/kolabd configure.ac, 1.1, 1.2 kolab2.schema, 1.13, 1.14 kolabd.spec.in, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Mon Oct 3 03:07:57 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv25883/kolabd

Modified Files:
	configure.ac kolab2.schema kolabd.spec.in 
Log Message:
new modifier syntax + changed postfix relayhost LDAP attributes

Index: configure.ac
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac	13 Sep 2005 14:38:22 -0000	1.1
+++ configure.ac	3 Oct 2005 01:07:55 -0000	1.2
@@ -1,7 +1,7 @@
 AC_PREREQ(2.59)
 
 # not the real version
-m4_define(_VERSION,2.0.0)
+m4_define(_VERSION,2.0.99)
 AC_INIT([kolabd],[_VERSION],[kolab-devel at kolab.org])
 AC_CONFIG_AUX_DIR(.)
 

Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab2.schema,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- kolab2.schema	7 Jul 2005 21:18:47 -0000	1.13
+++ kolab2.schema	3 Oct 2005 01:07:55 -0000	1.14
@@ -348,6 +348,12 @@
   SUBSTR caseIgnoreIA5SubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
+attributetype ( 1.3.6.1.4.1.19414.2.1.510
+  NAME 'postfix-relayport'
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
 ##########################
 # cyrus imapd attributes #
 ##########################
@@ -493,6 +499,7 @@
         postfix-mydestination $
         postfix-mynetworks $
         postfix-relayhost $
+        postfix-relayport $
         postfix-transport $
         postfix-virtual $
         postfix-enable-virus-scan $

Index: kolabd.spec.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabd.spec.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabd.spec.in	13 Sep 2005 14:38:22 -0000	1.1
+++ kolabd.spec.in	3 Oct 2005 01:07:55 -0000	1.2
@@ -26,7 +26,7 @@
 
 #   package version
 %define       V_ei_maj 2.0
-%define       V_ei_min 0
+%define       V_ei_min 99
 %define       V_cf     1.0.4
 
 #   package information





More information about the commits mailing list