diff options
author | gdt <gdt> | 2007-08-10 22:29:49 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-08-10 22:29:49 +0000 |
commit | 9870b92ea8a17e4d8e770cc7e403ac6fd717cd72 (patch) | |
tree | 95576313ce0de9ccbfc360473d9550ee106b0f88 /pkgtools | |
parent | e870dc0d4e253e0d18a81abbd8a4db4411cddf3f (diff) | |
download | pkgsrc-9870b92ea8a17e4d8e770cc7e403ac6fd717cd72.tar.gz |
pkg_delete In the list of options, note -ff option to remove {\bf
preserved} packages, and caution the reader that it is dangerous.
Ride hours-earlier version bump.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/delete/pkg_delete.1 | 7 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/delete/pkg_delete.cat1 | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/delete/pkg_delete.1 b/pkgtools/pkg_install/files/delete/pkg_delete.1 index 394a9c50305..b3e0698edf0 100644 --- a/pkgtools/pkg_install/files/delete/pkg_delete.1 +++ b/pkgtools/pkg_install/files/delete/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_delete.1,v 1.15 2007/07/26 11:30:55 joerg Exp $ +.\" $NetBSD: pkg_delete.1,v 1.16 2007/08/10 22:29:49 gdt Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -109,6 +109,11 @@ instead of the package-name. .It Fl f Force removal of the package, even if a dependency is recorded or the deinstall script fails. +.It Fl ff +Force removal of the package, even if the package is marked as a +.Cm preserved +package. +Note that this is a dangerous operation. .It Fl K Ar pkg_dbdir Set .Ar pkg_dbdir diff --git a/pkgtools/pkg_install/files/delete/pkg_delete.cat1 b/pkgtools/pkg_install/files/delete/pkg_delete.cat1 index fce9f69e900..91c2c00298f 100644 --- a/pkgtools/pkg_install/files/delete/pkg_delete.cat1 +++ b/pkgtools/pkg_install/files/delete/pkg_delete.cat1 @@ -53,6 +53,9 @@ OOPPTTIIOONNSS --ff Force removal of the package, even if a dependency is recorded or the deinstall script fails. + --ffff Force removal of the package, even if the package is marked as a + pprreesseerrvveedd package. Note that this is a dangerous operation. + --KK _p_k_g___d_b_d_i_r Set _p_k_g___d_b_d_i_r as the package database directory. If this option isn't specified, then the package database directory is taken |