[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#222386: busybox-cvs: umount does not accept the -n option



Package: busybox-cvs
Version: 20030926-2.1
Severity: important

http://www.busybox.net/downloads/BusyBox.html specifies that umount
should accept the '-n' option, but the binary that is delivered with
debian does not accept this option. Curiously, mount does.

Evidence presented below :-)

------  CUT HERE ------
root@paulw-desktop:/etc/apt# busybox --help
BusyBox v1.00-pre3 (2003.10.21-17:19+0000) multi-call binary
 
Usage: busybox [function] [arguments]...
   or: [function] [arguments]...
 
        BusyBox is a multi-call binary that combines many common Unix
        utilities into a single executable.  Most people will create a
        link to busybox for each function they wish to use, and BusyBox
        will act like whatever it was invoked as.
 
Currently defined functions:
        [, ar, busybox, cat, chgrp, chmod, chown, chroot, clear, cp, cut,
        df, dirname, dmesg, echo, expr, false, fgrep, find, free, grep,
        gunzip, gzip, halt, head, hostname, id, ifconfig, init, kill,
        killall, klogd, linuxrc, ln, loadkmap, logger, losetup, ls, md5sum,
        mkdir, mknod, mkswap, more, mount, mv, ping, poweroff, ps, pwd,
        reboot, reset, rm, rmdir, route, sed, sleep, sort, swapoff, swapon,
        sync, syslogd, tail, tar, test, touch, tr, true, tty, umount,
        uname, uniq, uptime, wc, wget, which, whoami, zcat
 
root@paulw-desktop:/etc/apt# busybox mount -n /tmp
Can't find /tmp in /etc/fstab
root@paulw-desktop:/etc/apt# busybox umount -n /tmp
BusyBox v1.00-pre3 (2003.10.21-17:19+0000) multi-call binary
 
Usage: umount [flags] FILESYSTEM|DIRECTORY
------  CUT HERE ------

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux paulw-desktop 2.4.22-1-686 #6 Sat Oct 4 14:09:08 EST 2003 i686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8

Versions of packages busybox-cvs depends on:
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an

-- no debconf information




Reply to: