Date: Tue, 27 Nov 2001 20:30:48 -0800 (PST) From: Garance A Drosehn <gad@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source ctlinfo.c src/usr.sbin/lpr/lpc cmds.c Message-ID: <200111280430.fAS4UmH12533@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2001/11/27 20:30:48 PST Modified files: usr.sbin/lpr/common_source ctlinfo.c usr.sbin/lpr/lpc cmds.c Log: My recent changes to add the ctl_renametf routine assumed that print job control-files will always start with 'cfA*'. It turns out that some implementations of lpd (such as solaris) may send a control file which starts with 'cfB*', or really 'cf<anyLetter>*'. Although such filenames are very odd, we did used to accept them. This changes ctl_renametf to work correctly with them, and fixes up 'lpc clean' to match. PR: bin/32183 MFC after: 10 days Revision Changes Path 1.4 +16 -8 src/usr.sbin/lpr/common_source/ctlinfo.c 1.22 +23 -14 src/usr.sbin/lpr/lpc/cmds.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111280430.fAS4UmH12533>