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

schweer-guest at alioth.debian.org schweer-guest at alioth.debian.org
Wed Jan 30 13:00:02 UTC 2013


Author: schweer-guest
Date: 2013-01-30 13:00:02 +0000 (Wed, 30 Jan 2013)
New Revision: 78913

Modified:
   branches/wheezy/debian-edu-config/cf/cf.ldap2zone
   branches/wheezy/debian-edu-config/debian/changelog
Log:
Add missing quote character in cf.ldap2zone

Modified: branches/wheezy/debian-edu-config/cf/cf.ldap2zone
===================================================================
--- branches/wheezy/debian-edu-config/cf/cf.ldap2zone	2013-01-30 07:50:07 UTC (rev 78912)
+++ branches/wheezy/debian-edu-config/cf/cf.ldap2zone	2013-01-30 13:00:02 UTC (rev 78913)
@@ -6,6 +6,6 @@
   debian.server.installation::
     # Configure ldap2zone for Debian Edu: 
     { /etc/default/ldap2zone
-       LocateLineMatching '#BIND_DATA=/var/cache/bind"'
+       LocateLineMatching '#BIND_DATA="/var/cache/bind"'
        AppendIfNoSuchLine 'BIND_DATA="/etc/bind"'
     }

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-01-30 07:50:07 UTC (rev 78912)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-01-30 13:00:02 UTC (rev 78913)
@@ -1,10 +1,14 @@
 debian-edu-config (1.703~svn78902) UNRELEASED; urgency=low
 
+  [ Petter Reinholdtsen ]
   * Reintroduce debian-edu-config-gosa-netgroups package and undo fix
     for BTS report #662967 using commit r77645 and the svn content of
     share/debian-edu-config/netgroups, as the package is still needed
     because the netgroup package did not make it into wheezy.
 
+  [ Wolfgang Schweer ]
+  * Add missing quote character in cf.ldap2zone
+
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 29 Jan 2013 23:05:53 +0100
 
 debian-edu-config (1.703~svn78902) wheezy-test; urgency=low




More information about the debian-edu-commits mailing list