[debian-edu-commits] r78901 - in branches/wheezy/debian-edu-config: cf debian

schweer-guest at alioth.debian.org schweer-guest at alioth.debian.org
Tue Jan 29 21:45:45 UTC 2013


Author: schweer-guest
Date: 2013-01-29 21:45:45 +0000 (Tue, 29 Jan 2013)
New Revision: 78901

Modified:
   branches/wheezy/debian-edu-config/cf/cf.ldap2zone
   branches/wheezy/debian-edu-config/debian/changelog
Log:
* Fix error in gosa.conf file
* Make cf.ldap2zone work 
                        

Modified: branches/wheezy/debian-edu-config/cf/cf.ldap2zone
===================================================================
--- branches/wheezy/debian-edu-config/cf/cf.ldap2zone	2013-01-29 21:11:16 UTC (rev 78900)
+++ branches/wheezy/debian-edu-config/cf/cf.ldap2zone	2013-01-29 21:45:45 UTC (rev 78901)
@@ -7,5 +7,5 @@
     # Configure ldap2zone for Debian Edu: 
     { /etc/default/ldap2zone
        LocateLineMatching '#BIND_DATA=/var/cache/bind"'
-       InsertLine 'BIND_DATA="/etc/bind"'
+       AppendIfNoSuchLine 'BIND_DATA="/etc/bind"'
     }

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-01-29 21:11:16 UTC (rev 78900)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-01-29 21:45:45 UTC (rev 78901)
@@ -1,3 +1,10 @@
+debian-edu-config UNRELEASED; urgency=low
+
+  * Fix error in gosa.conf file
+  * Make cf.ldap2zone work 
+                          
+ -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 29 Jan 2013 22:40:15 +0100
+
 debian-edu-config (1.703~svn78886) wheezy-test; urgency=low
 
   [ Petter Reinholdtsen ]




More information about the debian-edu-commits mailing list