[PC-BSD Commits] r8172 - in pcbsd/current/src-sh/pbi-manager: . man
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 8 09:41:27 PST 2010
Author: kris
Date: 2010-12-08 09:41:27 -0800 (Wed, 08 Dec 2010)
New Revision: 8172
Modified:
pcbsd/current/src-sh/pbi-manager/man/pbi_delete.1
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Cleanup the pbi_delete usage, pbid handles cleaning the hash-dir now
Modified: pcbsd/current/src-sh/pbi-manager/man/pbi_delete.1
===================================================================
--- pcbsd/current/src-sh/pbi-manager/man/pbi_delete.1 2010-12-08 16:24:36 UTC (rev 8171)
+++ pcbsd/current/src-sh/pbi-manager/man/pbi_delete.1 2010-12-08 17:41:27 UTC (rev 8172)
@@ -8,7 +8,6 @@
.Nm
.Op Fl v
.Op Fl -clean-hdir
-.Op Fl -no-hash
.Op Ar pbi
.Sh DESCRIPTION
The utility,
@@ -20,11 +19,8 @@
.It Fl v
Enable verbose output
.It Fl -clean-hdir
-Perform a full cleaning of the shared-hash dir, removing any unused files. This should
-only need to be done after a system-crash or failure in removing a PBI via normal methods.
-.It Fl -no-hash
-Disable cleaning the shared-hash dir, which uses hard-links to share files
-between applications which are the same.
+Perform a full cleaning of the shared-hash dir, removing any unused files. This
+is normally handled by the pbid daemon, and only needs to be run if pbid is disabled.
.El
.Sh SEE ALSO
.Xr pbi_add 1 ,
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-12-08 16:24:36 UTC (rev 8171)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-12-08 17:41:27 UTC (rev 8172)
@@ -95,8 +95,7 @@
Options:
-v -- Enable verbose output
- --clean-hdir -- Full cleaning of hash dir (Does not remove any PBIs)
- --no-hash -- Skip cleaning the hash dir
+ --clean-hdir -- Perform a full cleaning of hash dir (Does not remove any PBIs)
EOF
exit_trap
@@ -282,7 +281,6 @@
case "$1" in
-v) PBI_VERBOSE="YES"
;;
- --no-hash) PBI_DISABLEHASHDIR="YES" ;;
--clean-hdir) pbi_clean_hashdir
exit_trap
;;
More information about the Commits
mailing list