The CUPS ebuild enables raw printing as a default installation by modifying the some CUPS files: ---------------------- dosed "s:#application/octet-stream:application/octet-stream:" /etc/cups/mime.types /etc/cups/mime.convs ---------------------- Basically just wondering if it might safer to not do this. For one, it is no longer necessary for Windows users printing via Samba as Samba has a "cups option" parameter that can handle this if necessary. From man smb.conf: ------------------- You should set this parameter to raw if your CUPS server error_log file contains messages such as "Unsupported format 'application/octet-stream'" when printing from a Windows client through Samba. It is no longer necessary to enable system wide raw printing in /etc/cups/mime.{convs,types}. -------------------
the sed has been removed in cups 1.2.1 effectively disabling raw printing.