From owner-cvs-usrsbin Wed Apr 3 14:49:26 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29923 for cvs-usrsbin-outgoing; Wed, 3 Apr 1996 14:49:26 -0800 (PST) Received: (from sef@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29909 Wed, 3 Apr 1996 14:49:17 -0800 (PST) Date: Wed, 3 Apr 1996 14:49:17 -0800 (PST) From: Sean Eric Fagan Message-Id: <199604032249.OAA29909@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/common_source common.c lp.h src/share/man/man5 printcap.5 src/usr.sbin/lpr/lpd modes.c Makefile printjob.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 96/04/03 14:49:16 Modified: share/man/man5 printcap.5 Log: printcap.5: Remove fs,fc,xs,xc capability, and replace them with the ms capability Reviewed by: rgrimes, joerg Revision Changes Path 1.2 +3 -5 src/share/man/man5/printcap.5 Modified: usr.sbin/lpr/common_source common.c lp.h Log: Remove definitions and declarations for FS, FC, XS, XC variables, and replace them with MS char* variable. Reviewed by: rgrimes, joerg Revision Changes Path 1.3 +1 -4 src/usr.sbin/lpr/common_source/common.c 1.2 +1 -4 src/usr.sbin/lpr/common_source/lp.h Modified: usr.sbin/lpr/lpd Makefile printjob.c Added: usr.sbin/lpr/lpd modes.c Log: Makefile: Add new modes.c file to list of objects. printjob.c: Use termios instead of sgtty structs and ioctls; remove support for fs/fc/xs/xc capabilities, and replace them with the ms capability (stty-like words, instead of octal bit patterns). modes.c: Modified from stty's file, parses comma-seperated list of tty modes (e.g., "cs8,-paren,-opost"). Reviewed by: rgrimes, joerg Revision Changes Path 1.3 +1 -1 src/usr.sbin/lpr/lpd/Makefile 1.7 +16 -28 src/usr.sbin/lpr/lpd/printjob.c