From owner-cvs-sbin Tue Feb 3 09:25:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29337 for cvs-sbin-outgoing; Tue, 3 Feb 1998 09:25:53 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29076; Tue, 3 Feb 1998 09:23:54 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22091; Tue, 3 Feb 1998 09:23:28 -0800 (PST) Date: Tue, 3 Feb 1998 09:23:28 -0800 (PST) Message-Id: <199802031723.JAA22091@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/umount umount.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/03 09:23:28 PST Modified files: sbin/umount umount.c Log: Fixed the previous fix. The original path was annulled when it was a directory, so the error message for attempting to unmount an unmounted-on directory was more broken than before. Revision Changes Path 1.13 +4 -3 src/sbin/umount/umount.c