2002-12-19 12:17:01 +03:00
|
|
|
.\" $NetBSD: install.1,v 1.33 2002/12/19 09:17:01 wiz Exp $
|
1994-11-14 07:57:16 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1987, 1990, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by the University of
|
|
|
|
.\" California, Berkeley and its contributors.
|
|
|
|
.\" 4. Neither the name of the University nor the names of its contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1994-11-14 07:57:16 +03:00
|
|
|
.\" @(#)install.1 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
2002-12-19 11:30:39 +03:00
|
|
|
.Dd December 19, 2002
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt INSTALL 1
|
1999-03-22 21:16:34 +03:00
|
|
|
.Os
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm install
|
|
|
|
.Nd install binaries
|
|
|
|
.Sh SYNOPSIS
|
1999-03-07 14:29:58 +03:00
|
|
|
.Nm ""
|
2001-06-15 12:24:17 +04:00
|
|
|
.Op Fl Ubcprs
|
1999-03-07 14:29:58 +03:00
|
|
|
.Bk -words
|
1999-01-25 04:42:57 +03:00
|
|
|
.Op Fl B Ar suffix
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1994-11-14 07:57:16 +03:00
|
|
|
.Op Fl f Ar flags
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2001-10-25 19:37:06 +04:00
|
|
|
.Op Fl M Ar metalog
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl T Ar tags
|
2001-10-11 06:06:32 +04:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2002-03-19 17:17:04 +03:00
|
|
|
.Op Fl a Ar command
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1993-03-21 12:45:37 +03:00
|
|
|
.Op Fl m Ar mode
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2002-12-19 11:30:39 +03:00
|
|
|
.Op Fl N Ar dbdir
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1993-03-21 12:45:37 +03:00
|
|
|
.Op Fl o Ar owner
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1998-10-08 06:12:51 +04:00
|
|
|
.Op Fl g Ar group
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1998-10-08 06:12:51 +04:00
|
|
|
.Op Fl l Ar linkflags
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1998-10-08 06:12:51 +04:00
|
|
|
.Op Fl S Ar stripflag
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar file1 file2
|
1997-10-20 07:32:25 +04:00
|
|
|
.Nm ""
|
1999-08-01 09:02:06 +04:00
|
|
|
.Op Fl Ubcprs
|
1999-03-07 14:29:58 +03:00
|
|
|
.Bk -words
|
1999-01-25 04:42:57 +03:00
|
|
|
.Op Fl B Ar suffix
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1994-11-14 07:57:16 +03:00
|
|
|
.Op Fl f Ar flags
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2001-10-25 19:37:06 +04:00
|
|
|
.Op Fl M Ar metalog
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl T Ar tags
|
2001-10-11 06:06:32 +04:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2002-03-19 17:17:04 +03:00
|
|
|
.Op Fl a Ar command
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1993-03-21 12:45:37 +03:00
|
|
|
.Op Fl m Ar mode
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2002-12-19 11:30:39 +03:00
|
|
|
.Op Fl N Ar dbdir
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1993-03-21 12:45:37 +03:00
|
|
|
.Op Fl o Ar owner
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1998-10-08 06:12:51 +04:00
|
|
|
.Op Fl g Ar group
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1998-10-08 06:12:51 +04:00
|
|
|
.Op Fl l Ar linkflags
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1998-10-08 06:12:51 +04:00
|
|
|
.Op Fl S Ar stripflag
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Ar file1 ...\&
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar fileN directory
|
1997-10-20 07:32:25 +04:00
|
|
|
.Nm ""
|
1999-08-01 09:02:06 +04:00
|
|
|
.Fl d
|
2002-03-19 17:17:04 +03:00
|
|
|
.Op Fl Up
|
1999-03-07 14:29:58 +03:00
|
|
|
.Bk -words
|
2001-10-25 19:37:06 +04:00
|
|
|
.Op Fl M Ar metalog
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl T Ar tags
|
2001-10-11 06:06:32 +04:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2002-03-19 17:17:04 +03:00
|
|
|
.Op Fl a Ar command
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1993-06-11 22:30:46 +04:00
|
|
|
.Op Fl m Ar mode
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2002-12-19 11:30:39 +03:00
|
|
|
.Op Fl N Ar dbdir
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1993-06-11 22:30:46 +04:00
|
|
|
.Op Fl o Ar owner
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1993-06-11 22:30:46 +04:00
|
|
|
.Op Fl g Ar group
|
1999-03-07 14:29:58 +03:00
|
|
|
.Ek
|
|
|
|
.Ar directory ...\&
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh DESCRIPTION
|
1997-03-16 22:43:19 +03:00
|
|
|
The file(s) are moved (copied if the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fl c
|
1997-03-16 22:43:19 +03:00
|
|
|
option is specified, or linked if the
|
1997-04-03 19:28:06 +04:00
|
|
|
.Fl l
|
|
|
|
option is specified) to the target file or directory.
|
1993-03-21 12:45:37 +03:00
|
|
|
If the destination is a directory, then the
|
|
|
|
.Ar file
|
|
|
|
is moved into
|
|
|
|
.Ar directory
|
|
|
|
with its original filename.
|
2001-12-01 19:43:07 +03:00
|
|
|
If the target file already exists, it is
|
1999-01-25 04:42:57 +03:00
|
|
|
either renamed to
|
|
|
|
.Ar file.old
|
2001-12-01 19:43:07 +03:00
|
|
|
if the
|
1999-01-25 04:42:57 +03:00
|
|
|
.Fl b
|
|
|
|
option is given
|
|
|
|
or overwritten
|
|
|
|
if permissions allow, An alternate backup suffix may be specified via the
|
|
|
|
.Fl B
|
|
|
|
option's argument.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width Ds
|
2002-03-19 17:17:04 +03:00
|
|
|
.It Fl a Ar command
|
|
|
|
Run
|
|
|
|
.Ar command
|
|
|
|
on the target after installation and stripping
|
|
|
|
.Pq Fl s ,
|
2002-12-19 12:17:01 +03:00
|
|
|
but before
|
2002-03-19 17:17:04 +03:00
|
|
|
ownership, permissions or timestamps are set and before renaming
|
|
|
|
.Pq Fl r
|
|
|
|
occurs.
|
|
|
|
.Ar command
|
|
|
|
is invoked via the
|
|
|
|
.Xr sh 1
|
|
|
|
shell, allowing a single
|
|
|
|
.Fl a
|
|
|
|
argument be to specified to
|
|
|
|
.Nm
|
|
|
|
which the shell can then tokenize.
|
1999-01-25 04:42:57 +03:00
|
|
|
.It Fl b
|
|
|
|
Backup any existing files before overwriting them by renaming
|
2001-12-01 19:43:07 +03:00
|
|
|
them to
|
1999-01-25 04:42:57 +03:00
|
|
|
.Ar file.old . See
|
|
|
|
.Fl B
|
|
|
|
for specifying a different backup suffix.
|
|
|
|
.It Fl B Ar suffix
|
2001-12-01 19:43:07 +03:00
|
|
|
Use
|
1999-01-25 04:42:57 +03:00
|
|
|
.Ar suffix
|
2001-12-01 19:43:07 +03:00
|
|
|
as the backup suffix if
|
1999-01-25 04:42:57 +03:00
|
|
|
.Fl b
|
2002-09-30 15:08:56 +04:00
|
|
|
is given.
|
|
|
|
If
|
1999-01-26 04:34:25 +03:00
|
|
|
.Ar suffix
|
|
|
|
contains a '%' sign, a numbered backup will be performed, and the
|
|
|
|
%-pattern will be expanded using
|
|
|
|
.Xr sprintf 3 ,
|
2001-12-01 19:43:07 +03:00
|
|
|
given an integer counter as the backup number.
|
1999-01-26 04:34:25 +03:00
|
|
|
The counter used starts from 0, and the first available name resulting
|
2001-12-01 19:43:07 +03:00
|
|
|
from the expansion is used.
|
1994-11-14 07:57:16 +03:00
|
|
|
.It Fl c
|
|
|
|
Copy the file.
|
|
|
|
This flag turns off the default behavior of
|
1997-10-19 18:42:36 +04:00
|
|
|
.Nm
|
1994-11-14 07:57:16 +03:00
|
|
|
where it deletes the original file after creating the target.
|
2002-03-19 17:17:04 +03:00
|
|
|
.It Fl d
|
|
|
|
Create directories.
|
|
|
|
Missing parent directories are created as required.
|
|
|
|
.It Fl f Ar flags
|
1994-11-14 07:57:16 +03:00
|
|
|
Specify the target's file flags.
|
|
|
|
(See
|
|
|
|
.Xr chflags 1
|
|
|
|
for a list of possible flags and their meanings.)
|
2002-03-19 17:17:04 +03:00
|
|
|
.It Fl g Ar group
|
1994-11-14 07:57:16 +03:00
|
|
|
Specify a group.
|
1997-03-16 22:43:19 +03:00
|
|
|
.It Fl l Ar linkflags
|
2002-09-30 15:08:56 +04:00
|
|
|
Instead of copying the file make a link to the source.
|
|
|
|
The type of the link is determined by the
|
1997-03-16 22:43:19 +03:00
|
|
|
.Ar linkflags
|
2002-09-30 15:08:56 +04:00
|
|
|
argument.
|
|
|
|
Valid
|
1997-03-16 22:43:19 +03:00
|
|
|
.Ar linkflags
|
|
|
|
are:
|
|
|
|
.Ar a
|
|
|
|
(absolute),
|
|
|
|
.Ar r
|
|
|
|
(relative),
|
|
|
|
.Ar h
|
|
|
|
(hard),
|
|
|
|
.Ar s
|
|
|
|
(symbolic),
|
|
|
|
.Ar m
|
2002-09-30 15:08:56 +04:00
|
|
|
(mixed).
|
|
|
|
Absolute and relative have effect only for symbolic links.
|
|
|
|
Mixed links
|
1997-03-16 22:43:19 +03:00
|
|
|
are hard links for files on the same filesystem, symbolic otherwise.
|
2002-12-19 11:30:39 +03:00
|
|
|
.It Fl M Ar metalog
|
|
|
|
Write the metadata associated with each item installed to
|
|
|
|
.Ar metalog
|
|
|
|
in an
|
|
|
|
.Xr mtree 8
|
|
|
|
.Dq full path
|
|
|
|
specification line.
|
|
|
|
The metadata includes: the file name and file type, and depending upon
|
|
|
|
other options, the owner, group, file flags, modification time, and tags.
|
|
|
|
.It Fl m Ar mode
|
|
|
|
Specify an alternative mode.
|
|
|
|
The default mode is set to rwxr-xr-x (0755).
|
|
|
|
The specified mode may be either an octal or symbolic value; see
|
|
|
|
.Xr chmod 1
|
|
|
|
for a description of possible mode values.
|
|
|
|
.It Fl N Ar dbdir
|
|
|
|
Use the user database text file
|
|
|
|
.Pa master.passwd
|
|
|
|
and group database text file
|
|
|
|
.Pa group
|
|
|
|
from
|
|
|
|
.Ar dbdir ,
|
|
|
|
rather than using the results from the system's
|
|
|
|
.Xr getpwnam 3
|
|
|
|
and
|
|
|
|
.Xr getgrnam 3
|
|
|
|
(and related) library calls.
|
2002-03-19 17:17:04 +03:00
|
|
|
.It Fl o Ar owner
|
1993-03-21 12:45:37 +03:00
|
|
|
Specify an owner.
|
1998-09-28 12:16:15 +04:00
|
|
|
.It Fl p
|
|
|
|
Preserve the source files access and modification times.
|
1999-02-04 14:56:48 +03:00
|
|
|
.It Fl r
|
|
|
|
Install to a temporary file and then rename the file to its final destination
|
2002-09-30 15:08:56 +04:00
|
|
|
name.
|
|
|
|
This can be used for precious files, to avoid truncation of the original
|
1999-02-04 14:56:48 +03:00
|
|
|
when error conditions (filesystem full etc.) occur.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Fl s
|
1997-10-19 18:42:36 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
exec's the command
|
|
|
|
.Xr strip 1
|
|
|
|
to strip binaries so that install can be portable over a large
|
2002-09-30 15:08:56 +04:00
|
|
|
number of systems and binary types.
|
|
|
|
If the environment variable
|
1997-10-20 07:32:25 +04:00
|
|
|
.Ev STRIP
|
1997-04-17 11:56:55 +04:00
|
|
|
is set, it is used as the
|
|
|
|
.Xr strip 1
|
|
|
|
program.
|
1998-10-08 06:12:51 +04:00
|
|
|
.It Fl S Ar stripflags
|
|
|
|
.Nm
|
|
|
|
passes
|
|
|
|
.Ar stripflags
|
|
|
|
as option arguments to
|
|
|
|
.Xr strip 1 .
|
2001-10-25 19:37:06 +04:00
|
|
|
When
|
|
|
|
.Fl S
|
|
|
|
is used,
|
1998-10-08 06:12:51 +04:00
|
|
|
.Xr strip 1
|
|
|
|
is invoked via the
|
|
|
|
.Xr sh 1
|
2001-10-25 19:37:06 +04:00
|
|
|
shell, allowing a single
|
2002-03-19 17:17:04 +03:00
|
|
|
.Fl S
|
2001-10-25 19:37:06 +04:00
|
|
|
argument be to specified to
|
1998-10-08 06:12:51 +04:00
|
|
|
.Nm
|
2002-09-30 15:08:56 +04:00
|
|
|
which the shell can then tokenize.
|
|
|
|
Normally,
|
1998-10-08 06:12:51 +04:00
|
|
|
.Nm
|
|
|
|
invokes
|
|
|
|
.Xr strip 1
|
2002-09-30 15:08:56 +04:00
|
|
|
directly.
|
|
|
|
This flag implies
|
2001-10-25 19:37:06 +04:00
|
|
|
.Fl s .
|
|
|
|
.It Fl T Ar tags
|
|
|
|
Specify the
|
|
|
|
.Xr mtree 8
|
|
|
|
tags to write out for the file when using
|
|
|
|
.Fl M Ar metalog .
|
1999-08-01 09:02:06 +04:00
|
|
|
.It Fl U
|
1999-08-16 06:59:22 +04:00
|
|
|
Indicate that install is running unprivileged, and that it should not
|
2001-10-11 06:06:32 +04:00
|
|
|
try to change the owner, the group, or the file flags of the destination.
|
|
|
|
The information that would have been updated can be stored in a log
|
|
|
|
file with
|
2001-12-08 22:27:33 +03:00
|
|
|
.Fl M Ar metalog .
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
1994-11-14 07:57:16 +03:00
|
|
|
By default,
|
1997-10-19 18:42:36 +04:00
|
|
|
.Nm
|
1994-11-14 07:57:16 +03:00
|
|
|
preserves all file flags, with the exception of the ``nodump'' flag.
|
|
|
|
.Pp
|
|
|
|
The
|
1997-10-19 18:42:36 +04:00
|
|
|
.Nm
|
1994-11-14 07:57:16 +03:00
|
|
|
utility attempts to prevent moving a file onto itself.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
Installing
|
|
|
|
.Pa /dev/null
|
|
|
|
creates an empty file.
|
2000-09-04 11:35:15 +04:00
|
|
|
.Sh EXIT STATUS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility exits 0 on success,
|
2002-02-08 04:36:18 +03:00
|
|
|
and \*[Gt]0 if an error occurs.
|
2000-03-22 21:34:43 +03:00
|
|
|
.Sh ENVIRONMENT
|
|
|
|
.Bl -tag -width Fl
|
|
|
|
.It Ev STRIP
|
2000-12-27 21:56:21 +03:00
|
|
|
The program used to strip installed binaries when the
|
2000-03-22 21:34:43 +03:00
|
|
|
.Fl s
|
2002-09-30 15:08:56 +04:00
|
|
|
option is used.
|
|
|
|
If unspecified,
|
2000-07-27 07:48:08 +04:00
|
|
|
.Pa /usr/bin/strip
|
|
|
|
is used.
|
2000-03-22 21:34:43 +03:00
|
|
|
.El
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SEE ALSO
|
1994-11-14 07:57:16 +03:00
|
|
|
.Xr chflags 1 ,
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr chgrp 1 ,
|
|
|
|
.Xr chmod 1 ,
|
|
|
|
.Xr cp 1 ,
|
|
|
|
.Xr mv 1 ,
|
|
|
|
.Xr strip 1 ,
|
2001-12-01 19:43:07 +03:00
|
|
|
.Xr chown 8 ,
|
2001-10-25 19:37:06 +04:00
|
|
|
.Xr mtree 8
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
1997-10-19 18:42:36 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
utility appeared in
|
|
|
|
.Bx 4.2 .
|