The pkg_add examples assume sh(1). Adding text to mention csh(1) syntax.
Closes PR install/14797.
This commit is contained in:
parent
e4189529ce
commit
48e2f3947b
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: postinstall,v 1.48 2002/09/28 23:35:41 elric Exp $
|
||||
.\" $NetBSD: postinstall,v 1.49 2003/03/15 12:46:49 darcy Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -371,7 +371,7 @@ Precompiled binaries can be found at
|
||||
usually in the
|
||||
.Pa \*V/\*M/All
|
||||
subdir.
|
||||
You can install them with the following commands:
|
||||
You can install them with the following commands under sh(1):
|
||||
.Pp
|
||||
.Bd -unfilled
|
||||
.Ic # PKG_PATH=ftp://ftp.netbsd.org/pub/NetBSD/packages/\*V/\*M/All
|
||||
@ -382,6 +382,13 @@ You can install them with the following commands:
|
||||
\&...
|
||||
.Ed
|
||||
.Pp
|
||||
If you are using csh(1) then replace the first two lines with the following:
|
||||
.Pp
|
||||
.Bd -unfilled
|
||||
.Ic # setenv PKG_PATH ftp://ftp.netbsd.org/pub/NetBSD/packages/\*V/\*M/All
|
||||
\&...
|
||||
.Ed
|
||||
.Pp
|
||||
The above commands will install the tcsh shell,
|
||||
the Apache web server and
|
||||
the perl programming language as well as all the packages they
|
||||
|
Loading…
Reference in New Issue
Block a user