From adf5c507224dac86d06edc8aba215f96193969b6 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sun, 17 Oct 2010 13:49:05 +0000 Subject: [PATCH] add priorities --- debian/postfwd.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postfwd.postinst b/debian/postfwd.postinst index 3279cff..4162f98 100644 --- a/debian/postfwd.postinst +++ b/debian/postfwd.postinst @@ -54,6 +54,6 @@ case "$1" in ;; esac -update-alternatives --install /usr/sbin/postfwd postfwd /usr/sbin/postfwd1 -update-alternatives --install /usr/sbin/postfwd postfwd /usr/sbin/postfwd2 +update-alternatives --install /usr/sbin/postfwd postfwd /usr/sbin/postfwd1 100 +update-alternatives --install /usr/sbin/postfwd postfwd /usr/sbin/postfwd2 120 #DEBHELPER#