Bug#693718: marked as done (debootstrap: wrong 'for' in kldstat checks for freebsd)

2012-11-20 Thread Debian Bug Tracking System
Your message dated Tue, 20 Nov 2012 23:47:28 + with message-id and subject line Bug#693718: fixed in debootstrap 1.0.44 has caused the Debian Bug report #693718, regarding debootstrap: wrong 'for' in kldstat checks for freebsd to be marked as done. This means that you claim that t

debootstrap: wrong 'for' in kldstat checks for freebsd

2012-11-19 Thread Oleg Ginzburg
Hi, In the deboostrap scripts the string in sh: " for module in "linprocfs fdescfs tmpfs linsysfs"; do " it is interpreted as one string, so kldstat -m "$module" > /dev/null 2>&1 is always produce warning. Please remove double quotes for fix problem: --- /usr/local/sbin/debootstrap.bak

Bug#693718: debootstrap: wrong 'for' in kldstat checks for freebsd

2012-11-19 Thread Oleg Ginzburg
Package: debootstrap Version: 1.0.42 In the deboostrap scripts the string in sh: " for module in "linprocfs fdescfs tmpfs linsysfs"; do " it is interpreted as one string, so kldstat -m "$module" > /dev/null 2>&1 is always produce warning. Please remove double quotes for fix problem: --- /us