Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/notes/common Pull up revision 1.212 (requested ...
details: https://anonhg.NetBSD.org/src/rev/34c1b7ea02dc
branches: netbsd-1-6
changeset: 529073:34c1b7ea02dc
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Sep 07 04:08:02 2002 +0000
description:
Pull up revision 1.212 (requested by lukem in ticket #779):
updates to "compatibility with netbsd 1.5" section:
- de was renamed to tlp
- postfix config needs updating (as postinstall in 1.6 doesn't do that)
diffstat:
distrib/notes/common/main | 55 ++++++++++++++++++++++++++++++++++++++++------
1 files changed, 47 insertions(+), 8 deletions(-)
diffs (89 lines):
diff -r 453d5257223a -r 34c1b7ea02dc distrib/notes/common/main
--- a/distrib/notes/common/main Sat Sep 07 04:06:46 2002 +0000
+++ b/distrib/notes/common/main Sat Sep 07 04:08:02 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.179.2.25 2002/08/17 05:04:45 lukem Exp $
+.\" $NetBSD: main,v 1.179.2.26 2002/09/07 04:08:02 lukem Exp $
.\"
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1150,18 +1150,21 @@
.Nx \*V .
.
.Ss2 Issues affecting an upgrade from NetBSD 1.5
-These issues can generally be resolved by extracting the
+The following issues can generally be resolved by extracting the
.Sy etc
-set into a temporary directory
-(such as
-.Pa /tmp/upgrade )
-and running:
+set into a temporary directory and running
+.Em postinstall :
.(disp
+mkdir /tmp/upgrade
cd /tmp/upgrade
+pax -zrpe -f /path/to/etc.tgz
\&./etc/postinstall -s `pwd` check
\&./etc/postinstall -s `pwd` fix
.disp)
-.(bullet
+.Pp
+Issues fixed by
+.Em postinstall :
+.(bullet -offset indent
Various files in
.Pa /etc
need upgrading.
@@ -1187,7 +1190,8 @@
.It
.Pa /etc/rc.d/*
.bullet)
-.Pp
+.
+.It
The following files are now obsolete:
.Pa /etc/rc.d/NETWORK
and
@@ -1247,6 +1251,41 @@
are now obsolete.
.bullet)
.
+.Pp
+The following issues need to be resolved manually:
+.
+.(bullet -offset indent
+.Xr postfix 8
+configuration files require upgrading.
+.(disp
+cd /usr/share/examples/postfix
+cp post-install postfix-files postfix-script /etc/postfix
+postfix check
+.disp)
+.
+.It
+The
+.Em de
+ethernet driver was replaced with the
+.Em tlp
+driver.
+This may require the renaming of the files
+.Pa /etc/ifconfig.de*
+to
+.Pa /etc/ifconfig.tlp* ,
+renaming of
+.Xr rc.conf 5
+entries
+.Li ifconfig_de*
+to
+.Li ifconfig_tlp* ,
+and the reconfiguration of files such as
+.Pa /etc/dhclient.conf
+and
+.Pa /etc/ipf.conf .
+.
+.bullet)
+.
.Ss2 Issues affecting an upgrade from NetBSD 1.4 or prior
.(bullet
.Pa /etc/rc
Home |
Main Index |
Thread Index |
Old Index