Mercurial > masqmail
diff debian/postinst @ 1:af25f5c39d90 0.2.21-4
added diff from debian (masqmail-0.2.21-4)
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 20:56:23 +0200 |
parents | 08114f7dcc23 |
children |
line wrap: on
line diff
--- a/debian/postinst Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/postinst Fri Sep 26 20:56:23 2008 +0200 @@ -74,7 +74,7 @@ sed -n 1,$(( $LINES - 1 ))p < $CONFIGFILE > $WORKTMP fi cat $DEBCONFTMP >> $WORKTMP - sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail +2 >> $WORKTMP + sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail -n +2 >> $WORKTMP else echo "Existing $CONFIGFILE has missing or half-open debconf region;" >&2; echo "not writing masqmail configuration file." >&2;