On Saturday 05 August 2006 20:23, Marco Nenciarini wrote: > Package: ndiswrapper-common > Version: 1.21-1 > Severity: important > > If you have dash as /bin/sh you get this error > > debian:/home/mnencia# dash -x /usr/sbin/ndiswrapper > + set -e > + LATEST= > + LATEST=/usr/sbin/ndiswrapper-[^b]* > + [ /usr/sbin/ndiswrapper-[^b]* = /usr/sbin/ndiswrapper-[^b]* ] > + echo Error: no versions of ndiswrapper found! > Error: no versions of ndiswrapper found! > + exit 1 > > Launching it with bash all work ok.
Okay, will look at this as part of update to new 1.22. > > debian:/home/mnencia# bash -x /usr/sbin/ndiswrapper > + set -e > + LATEST= > + for x in '/usr/sbin/ndiswrapper-[^b]*' > + LATEST=/usr/sbin/ndiswrapper-1.8 > + '[' /usr/sbin/ndiswrapper-1.8 = '/usr/sbin/ndiswrapper-[^b]*' ']' > + /usr/sbin/ndiswrapper-1.8 > Usage: ndiswrapper OPTION > > Manage ndis drivers for ndiswrapper. > -i inffile Install driver described by 'inffile' > -d devid driver Use installed 'driver' for 'devid' > -e driver Remove 'driver' > -l List installed drivers > -m Write configuration for modprobe > -da Write module alias configuration for all devices > -di Write module install configuration for all devices > -v Report version information > > > where 'devid' is either PCIID or USBID of the form XXXX:XXXX You want this added to the manpage? If so I'll prepare a patch for upstream conclusion. Thanks, Kel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

