From: rmurray <> Date: Sat, 6 Sep 2003 16:49:33 +0000 (+0000) Subject: use hash instead of sdbm X-Git-Tag: debian_userdir-ldap_0-3-7~65 X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=1dab9e125d3e8d976b0b10ee5e360832d846c9eb;p=mirror%2Fuserdir-ldap.git use hash instead of sdbm --- diff --git a/debian/changelog b/debian/changelog index ed4e766..f4577f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 30 Aug 2003 18:02:01 -0600 + -- Ryan Murray Sat, 30 Aug 2003 18:41:29 -0600 userdir-ldap (0.3.4) unstable; urgency=low diff --git a/ud-replicate b/ud-replicate index 42934c4..9b48916 100755 --- a/ud-replicate +++ b/ud-replicate @@ -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