From owner-freebsd-commit Mon Jan 22 07:35:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA21247 for freebsd-commit-outgoing; Mon, 22 Jan 1996 07:35:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA20894 for cvs-all-outgoing; Mon, 22 Jan 1996 07:33:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA20881 for cvs-usrbin-outgoing; Mon, 22 Jan 1996 07:33:28 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA20872 Mon, 22 Jan 1996 07:33:25 -0800 (PST) Date: Mon, 22 Jan 1996 07:33:25 -0800 (PST) From: Mike Pritchard Message-Id: <199601221533.HAA20872@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/ar misc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/22 07:33:24 Modified: usr.bin/ar misc.c Log: Change ar's internal error routine to call err() instead of errx() so that when ar has a problem (like trying to update a read-only archive), you get a message like: ar: xyzzy.a: Permission denined instead of: ar: xyzzy.a Which doesn't really give the user any indication that the operation really did fail. This closes PR# 170. Revision Changes Path 1.4 +1 -1 src/usr.bin/ar/misc.c