diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-01-27 14:50:53 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-01-27 14:50:53 +0000 |
commit | 644a222f2b8eadba27b873d39ed3507a1b789adb (patch) | |
tree | d849f72edb8a57ad78f6732f1e2c4bb106f91440 /usr.sbin/pkg_add/pkg_add.1 | |
parent | 7ad973e337e04f36fa2df19675d574bb7560bb85 (diff) |
first series of -forced switches, looks okay to henning@.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index ad73b21b2b4..79a8e051be3 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.9 2004/01/27 13:50:55 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.10 2004/01/27 14:50:52 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -123,7 +123,22 @@ would be taken if it was. Force installation of the package. .Ar keys is a comma-separated list of keywords that state what failsafes -should be waived. +should be waived. +These include: +.Bl -tag -width keyword +.It Ar arch +architecture recorded in package may not match. +.It Ar conflicts +package may conflict with other packages. +.It Ar installed +reinstall an existing package. +.It Ar libdepends +library specifications may not be fullfilled. +.It Ar nonroot +install even if not running as root. +.It Ar scripts +install scripts may fail. +.El .El .Pp By default, when adding packages via FTP, the |