From owner-freebsd-bugs Wed Jun 13 21: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B194D37B409 for ; Wed, 13 Jun 2001 21:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5E407n25342; Wed, 13 Jun 2001 21:00:07 -0700 (PDT) (envelope-from gnats) Date: Wed, 13 Jun 2001 21:00:07 -0700 (PDT) Message-Id: <200106140400.f5E407n25342@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: bin/11896: cap_mkdb dumps core when non-files passed as arguments Reply-To: Giorgos Keramidas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/11896; it has been noted by GNATS. From: Giorgos Keramidas To: freebsd-gnats-submit@FreeBSD.org, adrian@ubergeeks.com Cc: Subject: Re: bin/11896: cap_mkdb dumps core when non-files passed as arguments Date: Thu, 14 Jun 2001 06:56:08 +0300 I tested this on 4-STABLE and it seems to work correctly: The source essentially the same in RELENG_3 (where this was reported) and RELENG_4, apart from err() and errx() usage, or wanr() and warnx(). Running the proposed command to test the problem: # cap_mkdb /etc cap_mkdb: file argument: Undefined error: 0 It seems that the problem was not in cap_mkdb itself, but most likely in the dbopen() call. This doesnt seem to be a problem anymore. This PR can be closed. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message