From owner-cvs-sbin Tue Apr 29 02:09:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA06553 for cvs-sbin-outgoing; Tue, 29 Apr 1997 02:09:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA06526; Tue, 29 Apr 1997 02:09:13 -0700 (PDT) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA05468; Tue, 29 Apr 1997 02:09:10 -0700 (PDT) Date: Tue, 29 Apr 1997 02:09:10 -0700 (PDT) Message-Id: <199704290909.CAA05468@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sbin@FreeBSD.org Subject: cvs commit: src/sbin/mount_union mount_union.c Sender: owner-cvs-sbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk dfr 97/04/29 02:09:09 Modified: sbin/mount_union mount_union.c Log: Use realpath() on the source as well as the target otherwise it can be impossible to unmount a union which was mounted with a relative pathname. Revision Changes Path 1.8 +8 -4 src/sbin/mount_union/mount_union.c