From c158f1f31a68458a5a60e7bf1c3b4b7fb533f3f8 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 31 Jul 2000 09:45:43 +0000 Subject: - Update the list of backuped files during upgrade according to sysinstall's source-code. - wd(4) -> ad(4) --- release/texts/UPGRADE.TXT | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'release') diff --git a/release/texts/UPGRADE.TXT b/release/texts/UPGRADE.TXT index fd32344..ae5d123 100644 --- a/release/texts/UPGRADE.TXT +++ b/release/texts/UPGRADE.TXT @@ -62,16 +62,17 @@ the old distribution are not deleted. System configuration is preserved by retaining and restoring the previous version of the following files: - Xaccel.ini, adduser.conf, aliases, aliases.db, amd.map, crontab, - csh.cshrc, csh.login, csh.logout, daily, disktab, dm.conf, exports, + Xaccel.ini, XF86Config, adduser.conf, aliases, aliases.db, amd.map, + aliases, aliases.db, auth.conf, crontab, csh.cshrc, csh.login, + csh.logout, cvsupfile, disktab, dm.conf, dumpdates, exports, fbtab, fstab, ftpusers, gettytab, gnats, group, host.conf, hosts, hosts.equiv, hosts.lpd, inetd.conf, kerberosIV, localtime, login.access, - mail.rc, make.conf, manpath.config, master.passwd, mib.txt, modems, - monthly, motd, namedb, networks, passwd, phones, ppp, printcap, - profile, protocols, pwd.db, rc, rc.firewall, rc.i386, rc.local, - rc.network, rc.conf, remote, resolv.conf, rmt, security, sendmail.cf, - services, shells, skeykeys, spwd.db, supfile, syslog.conf, termcap, - ttys, uucp, weekly + login.conf, mail.rc, make.conf, manpath.config, master.passwd, modems, + motd, namedb, networks, newsyslog.conf, pam.conf, passwd, periodic, + phones, ppp, printcap, profile, protocols, pwd.db, rc.conf.local, + rc.firewall, rc.local, remote, resolv.conf, rmt, sendmail.cf, + sendmail.cw, services, shells, skeykeys, spwd.db, syslog.conf, + ttys, uucp The versions of these files which correspond to the new version are moved to /etc/upgrade/. The system administrator may peruse these new @@ -148,13 +149,14 @@ in an /etc/fstab file like: /dev/wd0s2e /usr ufs rw 1 1 For FreeBSD 2.2.6 and later, this format changes so that the device for -'/' is consistent with others, ie. +'/' is consistent with others. Also, the driver for the ATA-drives has +changed from wd(4) to ad(4), so the new file could look something like: # Device Mountpoint FStype Options Dump Pass# -/dev/wd0s2b none swap sw 0 0 -/dev/wd0s2a / ufs rw 1 1 -/dev/wd0s2f /local0 ufs rw 1 1 -/dev/wd0s2e /usr ufs rw 1 1 +/dev/ad0s2b none swap sw 0 0 +/dev/ad0s2a / ufs rw 1 1 +/dev/ad0s2f /local0 ufs rw 1 1 +/dev/ad0s2e /usr ufs rw 1 1 If /etc/fstab is not updated manually in this case, the system will -- cgit v1.1