From 2b39f1aa42e3dbdc2de76154e59795694a810637 Mon Sep 17 00:00:00 2001 From: rmurray <> Date: Thu, 25 Sep 2003 14:58:43 +0000 Subject: [PATCH] specify full path to postmap --- ud-replicate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1