Deleted Added
full compact
pkg_delete.1 (50479) pkg_delete.1 (50741)
1.\"
2.\" FreeBSD install - a package for the installation and maintainance
3.\" of non-core utilities.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
14.\" Jordan K. Hubbard
15.\"
16.\"
17.\" @(#)pkg_delete.1
1.\"
2.\" FreeBSD install - a package for the installation and maintainance
3.\" of non-core utilities.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
14.\" Jordan K. Hubbard
15.\"
16.\"
17.\" @(#)pkg_delete.1
18.\" $FreeBSD: head/usr.sbin/pkg_install/delete/pkg_delete.1 50479 1999-08-28 01:35:59Z peter $
18.\" $FreeBSD: head/usr.sbin/pkg_install/delete/pkg_delete.1 50741 1999-09-01 10:04:47Z jkh $
19.\"
20.Dd November 25, 1994
21.Dt PKG_DELETE 1
22.Os FreeBSD 2.0
23.Sh NAME
24.Nm pkg_delete
25.Nd a utility for deleting previously installed software package distributions
26.Sh SYNOPSIS
27.Nm
28.Op Fl vDdnf
29.Op Fl p Ar prefix
30.Ar pkg-name ...
31.Sh DESCRIPTION
32The
33.Nm
34command is used to delete packages that have been previously installed
35with the
36.Xr pkg_add 1
37command.
19.\"
20.Dd November 25, 1994
21.Dt PKG_DELETE 1
22.Os FreeBSD 2.0
23.Sh NAME
24.Nm pkg_delete
25.Nd a utility for deleting previously installed software package distributions
26.Sh SYNOPSIS
27.Nm
28.Op Fl vDdnf
29.Op Fl p Ar prefix
30.Ar pkg-name ...
31.Sh DESCRIPTION
32The
33.Nm
34command is used to delete packages that have been previously installed
35with the
36.Xr pkg_add 1
37command.
38
39.Sh WARNING
40.Bf -emphasis
41Since the
42.Nm
43command may execute scripts or programs provided by a package file,
38.Sh WARNING
39.Bf -emphasis
40Since the
41.Nm
42command may execute scripts or programs provided by a package file,
44your system may be susceptible to ``trojan horses'' or other subtle
43your system may be susceptible to
44.Dq Em trojan horses
45or other subtle
45attacks from miscreants who create dangerous package files.
46.Pp
47You are advised to verify the competence and identity of those who
48provide installable package files. For extra protection, examine all
49the package control files in the package record directory (
50.Pa /var/db/pkg/<pkg-name>/ ).
51Pay particular attention to any +INSTALL, +POST-INSTALL, +DEINSTALL,
52+POST-DEINSTALL, +REQUIRE or +MTREE_DIRS files, and inspect the +CONTENTS

--- 195 unchanged lines hidden ---
46attacks from miscreants who create dangerous package files.
47.Pp
48You are advised to verify the competence and identity of those who
49provide installable package files. For extra protection, examine all
50the package control files in the package record directory (
51.Pa /var/db/pkg/<pkg-name>/ ).
52Pay particular attention to any +INSTALL, +POST-INSTALL, +DEINSTALL,
53+POST-DEINSTALL, +REQUIRE or +MTREE_DIRS files, and inspect the +CONTENTS

--- 195 unchanged lines hidden ---