Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpfcso!hpfcdc!lienhart From: lienhart@hpfcdc.HP.COM (Bob Lienhart) Newsgroups: comp.sys.hp Subject: Re: AIX to HPUX LPR OPTIONS (?) Message-ID: <5570504@hpfcdc.HP.COM> Date: 5 Oct 90 18:51:05 GMT References: <1990Oct1.223557.25521@ux1.cso.uiuc.edu> Organization: HP Fort Collins, Co. Lines: 18 >One other thing about using LPR on the HP. >Another well know bug is that "inetd" does NOT >start "rlpdaemon". So you have to start it >from your "rc" file or manually. inetd WILL start rlpdaemon if you add the following line to your /etc/inetd.conf file: printer stream tcp nowait root /usr/lib/rlpdaemon rlpdaemon -i -l Note: The -l (little-L) option turns on logging to the default /usr/spool/lp/lpd.log file. Then execute inetd -c to force inetd to re-read the /etc/inetd.conf file. Bob Lienhart