summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_delete.1
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-10-26 10:33:25 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-10-26 10:33:25 +0000
commitbf918977fa9b4780a9e30de728a16c6d59e398d1 (patch)
tree0a6c34bf2c7b4bee8953e6b7349b0148a5657a60 /usr.sbin/pkg_add/pkg_delete.1
parent35a85c7872930f0674596f8e9f825efca7f19afe (diff)
Partial synch with reality, ok sturm.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_delete.1')
-rw-r--r--usr.sbin/pkg_add/pkg_delete.121
1 files changed, 1 insertions, 20 deletions
diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1
index 2bf72b847a5..3d40a3d18ef 100644
--- a/usr.sbin/pkg_add/pkg_delete.1
+++ b/usr.sbin/pkg_add/pkg_delete.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_delete.1,v 1.1 2003/10/19 18:38:06 espie Exp $
+.\" $OpenBSD: pkg_delete.1,v 1.2 2003/10/26 10:33:24 espie Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -55,25 +55,6 @@ If a deinstallation script exists for a given package, do not execute it.
.It Fl n
Don't actually deinstall a package, just report the steps that
would be taken if it were.
-.It Fl p Ar prefix
-Set
-.Ar prefix
-as the directory in which to delete files from any installed packages
-which do not explicitly set theirs.
-For most packages, the prefix will
-be set automatically to the installed location by
-.Xr pkg_add 1 .
-.It Fl d
-Remove empty directories created by file cleanup.
-By default, only
-files/directories explicitly listed in a package's contents (either as
-normal files/directories or with the
-.Cm @dirrm
-directive) will be removed at deinstallation time.
-This option tells
-.Nm
-to also remove any directories that were emptied as a result of removing
-the package.
.It Fl f
Force removal of the package, even if a dependency is recorded or the
deinstall or require script fails.