The default build of hplip puts the start-stop script, hplip, in /etc/init.d. For Slackware this script must be renamed rc.hplip and put in the directory /etc/rc.d. Then in booting, the rc.M script will properly start first rc.hplip and then the cups daemon with rc.cups.
cd /etc/init.d mv hplip /etc/rc.d/rc.hplip cd / rm -r /etc/init.d Reboot the machine. Verify that all is well by executing /etc/rc.d/rc.hplip status AND by looking at the 'top' utility display. It should show running cupsd, hpiod, and python. Guido ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ HPLIP-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hplip-help
