summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_add.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r--usr.sbin/pkg_add/pkg_add.113
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