use hash instead of sdbm
authorrmurray <>
Sat, 6 Sep 2003 16:49:33 +0000 (16:49 +0000)
committerrmurray <>
Sat, 6 Sep 2003 16:49:33 +0000 (16:49 +0000)
debian/changelog
ud-replicate

index ed4e766..f4577f5 100644 (file)
@@ -1,9 +1,9 @@
 userdir-ldap (0.3.5) unstable; urgency=low
 
   * Add depends on rsync
-  * Generate sdbm of debian.org on postfix systems
+  * Generate db of debian.org on postfix systems
 
- -- Ryan Murray <rmurray@gluck.debian.org>  Sat, 30 Aug 2003 18:02:01 -0600
+ -- Ryan Murray <rmurray@gluck.debian.org>  Sat, 30 Aug 2003 18:41:29 -0600
 
 userdir-ldap (0.3.4) unstable; urgency=low
 
index 42934c4..9b48916 100755 (executable)
@@ -41,5 +41,5 @@ if [ -d "/etc/exim" -a -e "$HOST/bsmtp" ]; then
 fi
 if [ -d "/etc/postfix" -a -f "$HOST/forward-alias" ]; then
        sed -e 's/:/@debian.org/' $HOST/forward-alias > /etc/postfix/debian
-       postmap sdbm:/etc/postfix/debian < /etc/postfix/debian &> /dev/null || true
+       postmap hash:/etc/postfix/debian < /etc/postfix/debian &> /dev/null || true
 fi