Sync usage with man page.
[netbsd-mini2440.git] / distrib / notes / vax / upgrade
blob6ac8956cf70e730c014974e10794ad51f38aaa99
1 .\"     $NetBSD: upgrade,v 1.7 2002/03/31 18:18:23 matt Exp $
3 .so ../common/upgrade
4 .Pp
5 .Nx*M
6 has switched its executable format from the old a.out format
7 to ELF, the now more commonly used and supported format.
8 Your old binaries will continue to work just fine.
9 The installation procedure will try to take the necessary steps to
10 accomplish this.
11 The most important step is to move the old a.out shared libraries in
12 .Pa /usr/lib
13 and
14 .Pa /usr/X11R6/lib
15 (if X was installed) to
16 .Pa /emul/aout ,
17 where they will be automatically found if an older a.out binary
18 is executed.
19 .Ic sysinst
20 will use an existing
21 .Pa /emul
22 and / or
23 .Pa /emul/aout
24 directory if available, and will create it (as a symbolic link to
25 .Pa /usr/aout )
26 if necessary.
27 .Pp
28 If you already had a
29 .Pa /emul
30 directory, or a symbolic link by that name,
31 .Ic sysinst
32 should rename it and tell you about it.