#!/bin/sh
# $Id: 8.0.4,v 1.3 1998/07/04 18:38:12 nathanw Exp $

echo "8.0.4 version script"
case "$HOSTTYPE" in
inbsd)
	echo "/root/.cshrc"			>> "$CONFCHG"
	echo "/etc/athena/inetd.conf"		>> "$CONFCHG"
	echo "/etc/sendmail.cf"			>> "$CONFCHG"
	echo "/etc/services"			>> "$CONFCHG"
	echo "/etc/sshd_config"			>> "$CONFCHG"
	echo "/etc/man.conf"			>> "$CONFCHG"
	echo "/var/cron/tabs/root"		>> "$CONFCHG"

	echo "NEWUNIX=true"			>> "$CONFVARS"
	echo "NEWOS=true"			>> "$CONFVARS"

# Nothing in etc.tgz changed from 1.3.1 to 1.3.2. Instead of 
# fooling with the update/install mechanics at this stage of
# the release to do something clever with OS configfiles, we're
# just going to exclude all of the contents of etc.tgz.
	cat					>> "$EXCLUDE" << END
./.cshrc
./.profile
./dev/MAKEDEV.local
./etc/aliases
./etc/bootptab
./etc/changelist
./etc/csh.cshrc
./etc/csh.login
./etc/csh.logout
./etc/daily
./etc/daily.conf
./etc/dhclient-script
./etc/disktab
./etc/dm.conf
./etc/dumpdates
./etc/floppytab
./etc/fstab.sd
./etc/fstab.wd
./etc/ftpchroot
./etc/ftpusers
./etc/ftpwelcome
./etc/gettytab
./etc/group
./etc/hosts
./etc/hosts.equiv
./etc/hosts.lpd
./etc/inetd.conf
./etc/lkm.conf
./etc/localtime
./etc/mail.rc
./etc/man.conf
./etc/master.passwd
./etc/monthly
./etc/monthly.conf
./etc/motd
./etc/mrouted.conf
./etc/mtree/BSD.pkg.dist
./etc/mtree/BSD.x11.dist
./etc/mtree/NetBSD.dist
./etc/mtree/special
./etc/namedb/localhost.rev
./etc/namedb/named.boot
./etc/namedb/root.cache
./etc/netstart
./etc/networks
./etc/newsyslog.conf
./etc/passwd
./etc/phones
./etc/printcap
./etc/profile
./etc/protocols
./etc/pwd.db
./etc/rbootd.conf
./etc/rc
./etc/rc.conf
./etc/rc.lkm
./etc/rc.local
./etc/rc.subr
./etc/remote
./etc/rmt
./etc/rpc
./etc/security
./etc/security.conf
./etc/sendmail.cf
./etc/services
./etc/shells
./etc/skeykeys
./etc/spwd.db
./etc/syslog.conf
./etc/ttys
./etc/weekly
./etc/weekly.conf
./root/.cshrc
./root/.klogin
./root/.login
./root/.profile
./var/crash/minfree
./var/cron/log
./var/cron/tabs/root
./var/db/locate.database
./var/games/atc_scores
./var/games/battlestar.log
./var/games/cfscores
./var/games/criblog
./var/games/hackdir/record
./var/games/larn/llog12.0
./var/games/larn/lscore12.0
./var/games/larn/playerids
./var/games/phantasia/characs
./var/games/phantasia/scoreboard
./var/games/robots_roll
./var/games/rogue.scores
./var/games/saillog
./var/games/snake.log
./var/games/snakerawscores
./var/games/tetris.scores
./var/log/authlog
./var/log/lastlog
./var/log/lpd-errs
./var/log/maillog
./var/log/messages
./var/log/secure
./var/log/sendmail.st
./var/log/wtmp
./var/log/xferlog
./var/msgs/bounds
./var/run/utmp
./var/yp/Makefile.main
./var/yp/Makefile.yp
END

	;;
esac
