[BusyBox] [patch] new applet mountpoint

Rob Landley rob at landley.net
Thu Aug 18 23:26:22 UTC 2005


On Thursday 18 August 2005 14:16, Bernhard Fischer wrote:
> Hi,
>
> Attached patch adds a mountpoint(1) applet.

I have no strong opinion either way: it looks vaguely sane, and is an applet 
I've never even heard of (although ubuntu has it).

However, a few nite-picks:

1) What's the deal with #ifdef __linux__?

2) Do we really need the full boilerplate telling people that they should use 
snailmail to get a copy of the GPL, or can't we just give 2 lines ala:
This code is licensed under the GPL v2, see the file LICENSE in this tarball 
or http://fsf.org/copyleft/gpl.html for full license text.

3) Seems fodder for a small shell script.  if [`realpath $1` -ne `df . | tail 
-n 1 | awk '{print $6}'`] gets halfway there already, I'd think...

Rob



More information about the busybox mailing list