Your message dated Sun, 19 Feb 2006 17:29:32 +0100
with message-id <[EMAIL PROTECTED]>
and subject line saoimage: Fails to call MAKEDEV to create devices
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: saoimage
Version: 1.35.1-3.1
Severity: serious
Justification: 10.6: "If a package needs any special device files that
are not included in the base system, it must call `MAKEDEV' in the
`postinst' script, after notifying the user[1]."
saoimage calls mknod but not MAKEDEV as required by policy 10.6.
--- End Message ---
--- Begin Message ---
Justin Pryzby <[EMAIL PROTECTED]> writes:
> Package: saoimage
> Version: 1.35.1-3.1
> Severity: serious
> Justification: 10.6: "If a package needs any special device files that
> are not included in the base system, it must call `MAKEDEV' in the
> `postinst' script, after notifying the user[1]."
>
> saoimage calls mknod but not MAKEDEV as required by policy 10.6.
/dev/imt1i and /dev/imt1o are named pipes, not device files
(cf. the way sysvinit creates /dev/initctl).
Thanks,
Matej
--- End Message ---