Package: makedev Version: 2.3.1-80
In /sbin/MAKEDEV script, line 1149: fd[0-7]), line 1934: fd) In the manpage, '/sbin/MAKEDEV fd' is listed as an option. However, the code on line 1934 cannot be executed because the code to make floppy devices on line 1149 will always be executed. Current workaround: rename the case on line 1934 to 'ffd)' and '/sbin/MAKEDEV ffd' This affects those who build a system using 'debootstrap', since debootstrap creates only a minimal set of devices in /dev. With this bug, packages that rely on /dev/fd/0 as an alias for stdin, for example, such as some CUPS/foomatic packages are broken.