From: rmurray <> Date: Thu, 25 Sep 2003 14:58:43 +0000 (+0000) Subject: specify full path to postmap X-Git-Tag: debian_userdir-ldap_0-3-7~64 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=2b39f1aa42e3dbdc2de76154e59795694a810637 specify full path to postmap --- diff --git a/ud-replicate b/ud-replicate index 9b48916..25e96d2 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 hash:/etc/postfix/debian < /etc/postfix/debian &> /dev/null || true + /usr/sbin/postmap hash:/etc/postfix/debian < /etc/postfix/debian || true fi