Package: halevt
Version: 0.1.3-3.1
Severity: normal
Hi!
Having dash as the system's default for /bin/sh breaks at least hvmount
and hvumount:
a...@chopin:~$ hvumount
/usr/bin/hvumount: 470: Syntax error: word unexpected
whereas running with bash:
a...@chopin:~$ /bin/bash hvumount
umount requires an udi, a mountpoint, a device or -a
Same for hvmount:
a...@chopin:~$ hvmount
shift: 77: can't shift that many
a...@chopin:~$ /bin/bash hvmount
Usage: hvmount <command> <args> [options]
Options:
-a umount all
-c <mount_command> set mount command (autodetected)
-d <device> set device
-p <mountpoint> set mountpoint
-l <label> set label (for pmount)
-m <umask> mount umask (for pmount)
-s if set, mount sync
-u <udi> set udi
Commands:
mount mount <device> which has <udi>
mountpoint register <mountpoint> for <udi>
umount unmount device, mountpoint or udi
list list mounted and registered
devices
umountpoint unregister mountpoint for <udi>
remove remove completly <udi>
clean remove database
AFAIK, dash is intended to replace bash regarding /bin/sh.
Don't know if this is a dash or halevt bug. Simple solution would be to
change the shebang line to /bin/bash, but I guess it's better to fix the
scripts itself.
Cheerio
-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30.4
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]