[Pkg-openldap-devel] r939 - openldap/trunk/debian

Russ Allbery rra at alioth.debian.org
Fri Dec 21 07:30:16 UTC 2007


Author: rra
Date: 2007-12-21 07:30:16 +0000 (Fri, 21 Dec 2007)
New Revision: 939

Modified:
   openldap/trunk/debian/slapd.scripts-common
Log:
Fix some inconsistent indentation to make it match the rest of the file.


Modified: openldap/trunk/debian/slapd.scripts-common
===================================================================
--- openldap/trunk/debian/slapd.scripts-common	2007-12-21 07:29:45 UTC (rev 938)
+++ openldap/trunk/debian/slapd.scripts-common	2007-12-21 07:30:16 UTC (rev 939)
@@ -849,18 +849,18 @@
 
 # Set up the defaults for our templates
 set_defaults_for_unseen_entries() {
-  DOMAIN=`hostname -d 2>/dev/null` || true
-  if [ -z "$DOMAIN" ]; then DOMAIN='nodomain'; fi
+	DOMAIN=`hostname -d 2>/dev/null` || true
+	if [ -z "$DOMAIN" ]; then DOMAIN='nodomain'; fi
 
-  db_fget slapd/domain seen
-  if [ "$RET" = false ]; then
-    db_set slapd/domain "$DOMAIN"
-  fi
+	db_fget slapd/domain seen
+	if [ "$RET" = false ]; then
+		db_set slapd/domain "$DOMAIN"
+	fi
 
-  db_fget shared/organization seen
-  if [ "$RET" = false ]; then
-    db_set shared/organization "$DOMAIN"
-  fi
+	db_fget shared/organization seen
+	if [ "$RET" = false ]; then
+		db_set shared/organization "$DOMAIN"
+	fi
 }
 
 crypt_admin_pass() {							# {{{




More information about the Pkg-openldap-devel mailing list