The following reply was made to PR bin/11896; it has been noted by GNATS.
From: Giorgos Keramidas <cha...@labs.gr>
To: free...@FreeBSD.org, adr...@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 majo...@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message