diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-23 21:58:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-23 21:58:24 +0000 |
commit | 065afff6693ffa5feedc787fcd5b17c9d2981333 (patch) | |
tree | 18ba010dc352e3fbfff501cf51ea247c3b9a90a6 | |
parent | f9c510a18e11cd861e7a1541c5b7594c7146baaa (diff) | |
download | pkgsrc-065afff6693ffa5feedc787fcd5b17c9d2981333.tar.gz |
Replace reference to (obsolete) -M with tar(1). Bump date.
Requested by joerg.
-rw-r--r-- | pkgtools/pkg_install/files/add/pkg_add.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/files/add/pkg_add.1 b/pkgtools/pkg_install/files/add/pkg_add.1 index 24ecea122a2..75eac35a79c 100644 --- a/pkgtools/pkg_install/files/add/pkg_add.1 +++ b/pkgtools/pkg_install/files/add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_add.1,v 1.26 2007/08/14 22:47:52 joerg Exp $ +.\" $NetBSD: pkg_add.1,v 1.27 2007/08/23 21:58:24 wiz Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -17,7 +17,7 @@ .\" .\" @(#)pkg_add.1 .\" -.Dd August 10, 2007 +.Dd August 23, 2007 .Dt PKG_ADD 1 .Os .Sh NAME @@ -61,9 +61,9 @@ provide installable package files. For extra protection, use the digital signatures provided where possible (see the .Fl s -option), or, failing that, use the -.Fl M -flag to extract the package file, and inspect its contents and scripts +option), or, failing that, use +.Xr tar 1 +to extract the package file, and inspect its contents and scripts to ensure it poses no danger to your system's integrity. Pay particular attention to any .Pa +INSTALL @@ -537,6 +537,7 @@ package and running it after every .Xr pkg_create 1 , .Xr pkg_delete 1 , .Xr pkg_info 1 , +.Xr tar 1 , .Xr mktemp 3 , .Xr sysconf 3 , .Xr pkgsrc 7 |