2 Mar 2008 14:23
LPR init script
See the post below this text... I think this is not implemented in 2.2.1. At least not in my download (didn't double check with a new download). The thinstation.conf.sample is adjusted, but the code in the lpr init script isn't as far as I can see. Sander On Wed, 2007-10-03 at 08:58 +0200, S. J. van Harmelen wrote: > Oke, well then let's close up 2.2.1 :) > > I tested a little with the printers and I think this should be the code > in ./packages/lpr/etc/rc5.d/S10lpr: > > (starting from line 32) > > if [ "`make_caps "$ICA_PRINTER"`" = "ON" ] ; then > if [ -z "$PRINTER_X_DRIVER"] ; then > PRINTER_X_DRIVER="$PRINTER_X_NAME" > if [ $x -eq 0 ] ; then > PRINTER_X_NAME="lp" > else > PRINTER_X_NAME="lp$x" > fi > fi > fi > > This way you can give your printer another name then your drivername, > but you don't have to... When you use the example from(Continue reading)
RSS Feed