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