From owner-freebsd-current Sun Jun 18 21:45:20 2000 Delivered-To: freebsd-current@freebsd.org Received: from ns.cvzoom.net (ns.cvzoom.net [208.226.154.2]) by hub.freebsd.org (Postfix) with SMTP id CD64437BB8F for ; Sun, 18 Jun 2000 21:45:16 -0700 (PDT) (envelope-from dmmiller@cvzoom.net) Received: (qmail 8191 invoked from network); 19 Jun 2000 04:45:15 -0000 Received: from lc210.cvzoom.net (HELO cvzoom.net) (208.226.154.210) by ns.cvzoom.net with SMTP; 19 Jun 2000 04:45:15 -0000 Message-ID: <394DA55B.7D884B0C@cvzoom.net> Date: Mon, 19 Jun 2000 00:45:15 -0400 From: Donn Miller X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Francisco Reyes Cc: Charles Anderson , Marc van Woerkom , "FreeBSD-arch@FreeBSD.ORG" , "FreeBSD-current@FreeBSD.ORG" , "grog@sydney.worldwide.lemis.com" Subject: Re: -e option to umount? References: <200006190354.XAA22495@sanson.reyes.somos.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Francisco Reyes wrote: > Whether as a separate command or as part of umount this is > certainly something worth having by default. > In particular new users may be a while before they find > ports/packages or will just end up in the questions list. Well, you could have both. For example, you could have the -e switch to umount which performs the eject function. In addition, you could have "eject" as a link to umount, and umount itself would check argv[0] to see if it is being executed as eject or umount. If it's eject instead of umount, then perform whatever action the -e flag does. - Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message