specify full path to postmap
authorrmurray <>
Thu, 25 Sep 2003 14:58:43 +0000 (14:58 +0000)
committerrmurray <>
Thu, 25 Sep 2003 14:58:43 +0000 (14:58 +0000)
ud-replicate

index 9b48916..25e96d2 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 hash:/etc/postfix/debian < /etc/postfix/debian &> /dev/null || true
+       /usr/sbin/postmap hash:/etc/postfix/debian < /etc/postfix/debian || true
 fi