# $NetBSD: INSTALL,v 1.4 2004/06/15 18:44:57 kristerw Exp $ DIRS="/etc /etc/ssh ${PKG_PREFIX}/etc ${PKG_PREFIX}/etc/ssh" FILES="sshd.conf sshd_config" case ${STAGE} in POST-INSTALL) for dir in $DIRS; do if [ "@PKG_SYSCONFDIR@" != "$dir" ]; then for file in $FILES; do path=$dir/$file if [ -f $path ]; then ${CAT} <