[Pkg-openldap-devel] r640 - in openldap/trunk-2.3: . debian

Torsten Landschoff torsten at costa.debian.org
Sun May 7 13:40:44 UTC 2006


Author: torsten
Date: 2006-05-07 13:40:44 +0000 (Sun, 07 May 2006)
New Revision: 640

Modified:
   openldap/trunk-2.3/
   openldap/trunk-2.3/debian/changelog
   openldap/trunk-2.3/debian/slapd.scripts-common
Log:
  * debian/slapd.scripts-common: Rename backend_supported to 
    upgrade_supported_from_backend for more clarity.


Property changes on: openldap/trunk-2.3
___________________________________________________________________
Name: svk:merge
   + 4f73d23a-02f0-0310-ba32-d8f3c4d81b1e:/work-openldap2.3:3695

Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog	2006-05-06 21:02:07 UTC (rev 639)
+++ openldap/trunk-2.3/debian/changelog	2006-05-07 13:40:44 UTC (rev 640)
@@ -46,6 +46,10 @@
   [ Steve Langasek ]
   * debian/slapd.templates: Fix typo durin -> during; re-run
     debconf-updatepo, fixing up the fuzzies (closes: #319596).
+  
+  [ Torsten Landschoff ]
+  * debian/slapd.scripts-common: Rename backend_supported to 
+    upgrade_supported_from_backend for more clarity.
 
  -- Matthijs Mohlmann <matthijs at cacholong.nl>  Sun, 12 Mar 2006 19:22:03 +0100
 

Modified: openldap/trunk-2.3/debian/slapd.scripts-common
===================================================================
--- openldap/trunk-2.3/debian/slapd.scripts-common	2006-05-06 21:02:07 UTC (rev 639)
+++ openldap/trunk-2.3/debian/slapd.scripts-common	2006-05-07 13:40:44 UTC (rev 640)
@@ -319,7 +319,7 @@
 	suffix=$2
 	directory=$3
 
-	if supported_backend "$backend"; then
+	if upgrade_supported_from_backend "$backend"; then
     		# If no directory was given use the compiled in value
       		# TODO: This should be somewhere in /var - needs tweaking of 
       		# configure.options
@@ -1064,10 +1064,10 @@
 		return 1
 	fi
 } # }}}
-supported_backend() {							# {{{
+upgrade_supported_from_backend() {					# {{{
 # Check if upgrading a database in the named backend is supported by
 # our scripts.
-# Usage: if supported_backend "backend"; then ... fi
+# Usage: if upgrade_supported_from_backend "backend"; then ... fi
 
 	case "$1" in ldbm|bdb|hdb) return 0; esac
 	return 1




More information about the Pkg-openldap-devel mailing list