diff options
| author | hubertf <hubertf@NetBSD.org> | 1999-03-22 05:02:39 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 1999-03-22 05:02:39 +0000 |
| commit | 04417da1663ee41a9933b1e6bdb0efa1f8896470 (patch) | |
| tree | 4ee9164b79dff77224ff535089e2be208c0e207d /usr.sbin/pkg_install/admin/pkg_admin.1 | |
| parent | 6c70403fe8d4617944779e3d9dc3ffd2985dd131 (diff) | |
Replace static array of packages given to pkg_perform() with linear
list, using chopss' list functions (moved to lib/lpkg.c and
lib/lib.h).
Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and
"pkg_admin check".
Some other minor cleanups.
Diffstat (limited to 'usr.sbin/pkg_install/admin/pkg_admin.1')
| -rw-r--r-- | usr.sbin/pkg_install/admin/pkg_admin.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/admin/pkg_admin.1 b/usr.sbin/pkg_install/admin/pkg_admin.1 index 7d0f757386d..3ef1fd492e9 100644 --- a/usr.sbin/pkg_install/admin/pkg_admin.1 +++ b/usr.sbin/pkg_install/admin/pkg_admin.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_admin.1,v 1.3 1999/03/10 08:20:26 erh Exp $ +.\" $NetBSD: pkg_admin.1,v 1.4 1999/03/22 05:02:40 hubertf Exp $ .\" .\" Copyright (c) 1999 Hubert Feyrer. All rights reserved. .\" @@ -66,9 +66,11 @@ Use this command to check the files belonging to some or all of the packages installed on the local machine against their MD5 checksum noted in their +CONTENTS files. If no additional argument is given, the files of all installed packages are installed, else only the named -packages will be ckecked. +packages will be ckecked (wildcards can be used here, see +.Xr pkg_info 1 +). .Pp -The named packages' +CONTENTS files will be parsed and the MD5 +The packages' +CONTENTS files will be parsed and the MD5 checksum will be checked for every file found. A warning message is printed if the expected checksum differs from the checksum of the file on disk. |
