Subject: CVS commit: src/etc
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/24/2005 04:06:53
Module Name:	src
Committed By:	lukem
Date:		Thu Feb 24 04:06:53 UTC 2005

Modified Files:
	src/etc: postinstall

Log Message:
Rename compare_dir() to populate_dir() and add "$onlynew" argument,
which if true prevents existing but changed files from being updated.

Reimplement compare_dir() in terms of populate_dir() ($onlynew=false)

Reenable do_pam() and use populate_dir() instead of compare_dir().
This allows missing etc/pam.d files to be installed with "fix", but
leaves (possibly end-user) modified files alone.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/etc/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.