From 04417da1663ee41a9933b1e6bdb0efa1f8896470 Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 22 Mar 1999 05:02:39 +0000 Subject: 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. --- usr.sbin/pkg_install/admin/pkg_admin.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr.sbin/pkg_install/admin/pkg_admin.1') 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. -- cgit