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
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
2 matches
Mail list logo