Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/pkg_install/delete Pull up revision 1.20 (requ...



details:   https://anonhg.NetBSD.org/src/rev/f2ba954e8267
branches:  netbsd-1-5
changeset: 491488:f2ba954e8267
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 10:55:41 2001 +0000

description:
Pull up revision 1.20 (requested by hubertf):
  Changes to catch up with recent fixes:
   o Fix date, improve markup.

diffstat:

 usr.sbin/pkg_install/delete/pkg_delete.1 |  34 ++++++++++++++++----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diffs (129 lines):

diff -r d7785e5f1a69 -r f2ba954e8267 usr.sbin/pkg_install/delete/pkg_delete.1
--- a/usr.sbin/pkg_install/delete/pkg_delete.1  Tue May 01 10:55:25 2001 +0000
+++ b/usr.sbin/pkg_install/delete/pkg_delete.1  Tue May 01 10:55:41 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_delete.1,v 1.14.8.2 2001/03/20 18:03:31 he Exp $
+.\" $NetBSD: pkg_delete.1,v 1.14.8.3 2001/05/01 10:55:41 he Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintainance
 .\" of non-core utilities.
@@ -17,14 +17,14 @@
 .\"
 .\"     from FreeBSD: @(#)pkg_delete.1
 .\"
-.Dd March 8rd, 1999
+.Dd March 8, 1999
 .Dt pkg_delete 1
 .Os
 .Sh NAME
 .Nm pkg_delete
 .Nd a utility for deleting previously installed software package distributions
 .Sh SYNOPSIS
-.Nm ""
+.Nm
 .Op Fl DdFfnORrVv
 .Bk -words
 .Op Fl p Ar prefix
@@ -49,12 +49,12 @@
 You are advised to verify the competence and identity of those who
 provide installable package files.  For extra protection, examine all
 the package control files in the package record directory (
-.Pa /var/db/pkg/<pkg-name>/ ).
+.Pa /var/db/pkg/<pkg-name>/ ) .
 Pay particular
 attention to any +INSTALL, +DEINSTALL, +REQUIRE or +MTREE_DIRS files,
 and inspect the +CONTENTS file for
 .Cm @cwd ,
-.Cm @mode 
+.Cm @mode
 (check for setuid),
 .Cm @dirrm ,
 .Cm @exec ,
@@ -70,7 +70,7 @@
 .Bl -tag -width indent
 .It Ar pkg-name ...
 The named packages are deinstalled, wildcards can be used, see
-.Xr pkg_info 1 . 
+.Xr pkg_info 1 .
 If no version is given, the one currently installed
 will be removed.
 If the
@@ -88,12 +88,12 @@
 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.  
+the package.
 .It Fl F
 Any pkg-name given will be interpreted as pathname which is
 subsequently transformed in a (real) package name via the Package
 Database. That way, packges can be deleted by giving a filename
-instead of the package-name. 
+instead of the package-name.
 .It Fl f
 Force removal of the package, even if a dependency is recorded or the
 deinstall or require script fails.
@@ -102,7 +102,7 @@
 would be taken if it were.
 .It Fl O
 Only delete the package's entries from the package database, do not
-touch the package or it's files itself. 
+touch the package or it's files itself.
 .It Fl p Ar prefix
 Set
 .Ar prefix
@@ -117,11 +117,11 @@
 .Fl R
 option deletes the given package and any packages required by
 it, unless some other package still needs them. This can be used
-to delete a package and all the packages it needs. 
+to delete a package and all the packages it needs.
 .It Fl r
 .Nm
 first builds a list of all packages that require (directly and indirectly)
-the one being deleted.  It then deletes these packages using 
+the one being deleted.  It then deletes these packages using
 .Nm
 with the given options before deleting the user specified package.
 .It Fl V
@@ -132,7 +132,7 @@
 .Pp
 .Sh TECHNICAL DETAILS
 .Nm
-does pretty much what it says.  It examines installed package records in 
+does pretty much what it says.  It examines installed package records in
 .Pa /var/db/pkg/<pkg-name> ,
 deletes the package contents, and finally removes the package records.
 .Pp
@@ -149,12 +149,12 @@
 Flag is given. The filename needs to be absolute, see the output
 produced by the pkg_info
 .Fl aF
-command. 
+command.
 .Pp
 If the package contains a
 .Ar require
-file (see 
-.Xr pkg_create 1 ),
+file (see
+.Xr pkg_create 1 ) ,
 then this is executed first as
 .Bd -filled -offset indent -compact
 .Cm require
@@ -173,7 +173,7 @@
 .Pp
 If a
 .Cm deinstall
-script exists for the package, it is executed before and after 
+script exists for the package, it is executed before and after
 any files are removed.
 It is this script's responsibility to clean up any additional messy details
 around the package's installation, since all
@@ -229,5 +229,5 @@
 .It "Hubert Feyrer"
 .Nx
 wildcard dependency processing, pkgdb, recursive "down"
-delete, etc. 
+delete, etc.
 .El



Home | Main Index | Thread Index | Old Index