CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/12/10 09:38:04
Modified files:
share/man/man5 : printcap.5
usr.sbin/lpr/common_source: common.c lp.h
usr.sbin/lpr/lpd: Makefile extern.h printjob.c
Removed files:
usr.sbin/lpr/lpd: ttcompat.c
Log message:
Remove the printcap fc, fs, xc, xs capabilities from lpd that were used
to configure a tty by poking magic numbers into sgtty. If needed, the
ms capability, which uses symbolic stty modes, can be used instead.
Better description of ms from FreeBSD.
ok beck@, deraadt@, jmc@ (man page)