Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 include /usr/ucblib in the list of places whe...



details:   https://anonhg.NetBSD.org/src/rev/d1d13899545d
branches:  trunk
changeset: 533421:d1d13899545d
user:      dmcmahill <dmcmahill%NetBSD.org@localhost>
date:      Sun Jun 30 00:21:16 2002 +0000

description:
include /usr/ucblib in the list of places where shared libs should be
copied from.  This was needed for getting citrix_ica to install as
it linked against libucb.

diffstat:

 share/man/man8/compat_svr4.8 |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 9d99a00cb067 -r d1d13899545d share/man/man8/compat_svr4.8
--- a/share/man/man8/compat_svr4.8      Sun Jun 30 00:10:33 2002 +0000
+++ b/share/man/man8/compat_svr4.8      Sun Jun 30 00:21:16 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: compat_svr4.8,v 1.20 2002/02/13 08:18:22 ross Exp $
+.\"    $NetBSD: compat_svr4.8,v 1.21 2002/06/30 00:21:16 dmcmahill Exp $
 .\"
 .\" Copyright (c) 1996 Christos Zoulas
 .\" All rights reserved.
@@ -147,7 +147,7 @@
 .Bl -tag -width 123 -compact -offset indent
 .It (me@netbsd) mkdir -p /emul/svr4/{dev,etc}
 .br
-.It (me@netbsd) mkdir -p /emul/svr4/usr/{bin,lib}
+.It (me@netbsd) mkdir -p /emul/svr4/usr/{bin,lib,ucblib}
 .br
 .It (me@netbsd) mkdir -p /emul/svr4/usr/openwin/{bin,lib}
 .br
@@ -166,6 +166,15 @@
 .in -5
 .El
 .Pp
+.Bl -tag -width 123 -compact -offset indent
+.It (me@svr4) cd /usr/ucblib
+.br 
+.It (me@svr4) tar -cf -\ . | \e
+.in +5
+.It rsh netbsd 'cd /emul/svr4/usr/ucblib \*[Am]\*[Am] tar -xpf -'
+.in -5
+.El
+.Pp
 If you are running openwindows:
 .Pp
 .Bl -tag -width 123 -compact -offset indent



Home | Main Index | Thread Index | Old Index