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

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