Bug#576443: bootlogd: kfreebsd needs other TIOCCONS ioctl

2014-02-07 Thread Petter Reinholdtsen
Control: tags -1 + pending [Mats Erik Andersson] > The following patch partially mends this, so far as to > capture only messages from "ifupdown" in "/var/log/boot" > on a kfreebsd-amd64 system, which is already an substantial > improvement. Thank you for the patch. I've applied to git now. --

Bug#576443: bootlogd: kfreebsd needs other TIOCCONS ioctl

2012-04-03 Thread Mats Erik Andersson
package sysvinit-utils severity 576443 important tags 576443 +kfreebsd thanks The GNU/Linux form of the TIOCCONS call using ioctl() is incompatible to the form mandated by all BSD systems, therefore bootlogd(8) fails at startup with kfreebsd-any. The following patch partially mends this, so far a