Patch-ID# 100598-01
Keywords: lpd, print, header, case, file
Synopsis: LPR/INCORRECT HEADER BANNER
Date: 
 
SunOS release: 4.1.1, 4.1.2
 
Topic: 
 
BugId's fixed with this patch:  1050628

Architectures for which this patch is available:   sun3 (all), sun4 (all)

Patches which may conflict with this patch:  

Note: 

Obsoleted by: 4.1.3

Problem Description: 
If the first character in the filename is 'A', it is printed in the print
header banner as 'a'.


INSTALL:

Login as root.

Shut down lpd:
	ps -aux | egrep lpd
	"write down the pid of the /usr/lib/lpd process"
	kill -9 <pid>

Save fcs version of lpd:
	mv /usr/lib/lpd /usr/lib/lpd.fcs

Install new version of lpd:
	mv `arch`/{4.1.1,4.1.2}/lpd /usr/lib/lpd
	chmod 755 /usr/lib/lpd
	chmod u+s,g+s /usr/lib/lpd
	chown root.deamon /usr/lib/lpd

Restart lpd:
	/usr/lib/lpd


