summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_remove
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2001-04-24 17:16:47 +0000
committerSADA Kenji <sada@FreeBSD.org>2001-04-24 17:16:47 +0000
commit085587f8302be86d2ec764cb06fa14e752bc6eab (patch)
tree1d209138323501d13ad2a17d22401d390c485ec5 /ports-mgmt/pkg_remove
parentSony VAIO camera tool.Ported by me. (diff)
Notate more detailed functionarity of this script.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=41869
Diffstat (limited to 'ports-mgmt/pkg_remove')
-rw-r--r--ports-mgmt/pkg_remove/pkg-descr18
1 files changed, 17 insertions, 1 deletions
diff --git a/ports-mgmt/pkg_remove/pkg-descr b/ports-mgmt/pkg_remove/pkg-descr
index 95735efe50fb..84f68848781d 100644
--- a/ports-mgmt/pkg_remove/pkg-descr
+++ b/ports-mgmt/pkg_remove/pkg-descr
@@ -1,2 +1,18 @@
Utility to uninstall packages.
-This perl script is written by SADA Kenji <sada@rr.IIJ4U.OR.JP>.
+Unlike pkg_delete, pkg_remove removes all packages which depend to
+the packages you specify, in proper order, by one command line.
+
+For example:
+# pkg_remove netscape
+ Remove all netscape related packages.
+# pkg_remove xemacs
+ Same as above about xemacs.
+# pkg_remove tiff
+ Remove tiff library and whole packages which use it.
+# pkg_remove '^ja-'
+ Remove all japanese packages.
+# pkg_remove ALL
+ Remove all packages.
+
+- SADA Kenji
+sada@FreeBSD.org