diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-06-17 10:35:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-06-17 10:35:56 +0000 |
commit | 85737da63e8cbce79c5e07146e2c036b81d213c8 (patch) | |
tree | b9f48ba1c0371e76ed0029d582bec33f6b45699a /usr.sbin/pkg_add/pkg_add.1 | |
parent | 4fe32df5b2e384d37b69f2b24b8a18c81c44adb3 (diff) |
document @exec/@unexec variations in more detail.
Point users at pkg_create for packing-list details (suggested by
ajacoutot@)
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index faf85d79c1b..91b1102a92c 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.65 2007/05/31 19:20:26 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.66 2007/06/17 10:35:55 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 17 2007 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -68,6 +68,9 @@ option .Fl u .Pc . .Pp +Details of packing-list internals are documented in +.Xr pkg_create 1 . +.Pp In normal mode, the package names given on the command lines are names of new packages that .Nm @@ -481,9 +484,15 @@ in cases the installation fails. .It The old package is deleted as usual, except that some packages may still depend on it. +Note also that +.Cm @unexec-delete +commands are not executed. .It The new package is installed as usual, except that the files are already present and only need to be renamed. +Note also that +.Cm @exec-add +commands are not executed. .It Dependencies from the old package are adjusted to point to the new package. .El |