Subject: CVS commit: basesrc/etc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/06/2002 11:58:50
Module Name: basesrc
Committed By: lukem
Date: Fri Sep 6 08:58:49 UTC 2002
Modified Files:
basesrc/etc: postinstall
Log Message:
In compare_dir(), when files don't match print:
src != dest
instead of:
dest != src
I think that's less confusing and more consistent.
In do_postfix(), if ${SRC_DIR}/gnu/dist/postfix/conf doesn't exist and
${DEST_DIR}/usr/share/examples/postfix does, use the latter for the
${DEST_DIR}/etc/postfix checks. This means that postinstall can be
run in a temporary directory which has etc.tgz extracted into it
with -s `pwd`, (versus against a source tree), and the postfix upgrade
works correctly.
Remove some unnecessary goop.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 basesrc/etc/postinstall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.