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.206 (requested ...
details: https://anonhg.NetBSD.org/src/rev/6058a64ddbb6
branches: netbsd-1-6
changeset: 528599:6058a64ddbb6
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jul 24 07:09:26 2002 +0000
description:
Pull up revision 1.206 (requested by lukem):
postinstall can be run from the etc set (extracted into a temporary directory)
rather than requiring the full system sources to be extracted
diffstat:
distrib/notes/common/main | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r fc4d7e587965 -r 6058a64ddbb6 distrib/notes/common/main
--- a/distrib/notes/common/main Wed Jul 24 07:06:46 2002 +0000
+++ b/distrib/notes/common/main Wed Jul 24 07:09:26 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.179.2.18 2002/07/24 07:06:46 lukem Exp $
+.\" $NetBSD: main,v 1.179.2.19 2002/07/24 07:09:26 lukem Exp $
.\"
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1146,9 +1146,13 @@
.
.Ss2 Issues affecting an upgrade from NetBSD 1.5
These issues can generally be resolved by extracting the
-system sources, and running:
+.Sy etc
+set into a temporary directory
+(such as
+.Pa /tmp/upgrade )
+and running:
.(disp
-cd location-of-source
+cd /tmp/upgrade
\&./etc/postinstall -s `pwd` check
\&./etc/postinstall -s `pwd` fix
.disp)
Home |
Main Index |
Thread Index |
Old Index