summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
Commit message (Collapse)AuthorAgeFilesLines
* Initialize the group list so that any filter programs that arempp1995-09-022-2/+18
| | | | run by lpd are not run with root's groups.
* Remove the comment about the broken getopts(1) in our /bin/sh.joerg1995-08-061-6/+1
|
* The other day someone brought me an old Apple Laserwriter II with a serialwpaul1995-07-312-0/+4
| | | | | | | interface set at 57600 baud, and I found out the hard way that lpd doesn't know about speeds greater than 38400, even though <sys/ttydev.h> also permits 57600 and 115200 baud. Fix this by adding B57600 and B115200 to the 'bauds' table. (The Apple printer worked properly once I did this, BTW. :)
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* lpr uses access(2) to determine if the parent directory of the filetorstenb1995-07-171-3/+23
| | | | | | | is writeable (by the real uid). if it is, lpr assumes that the file can be unlinked. lpr does not check for directories with S_ISVTX set Reviewed by: dima
* pac had a grudge against usernames starting with 't', because of a typo.peter1995-07-171-1/+1
| | | | | | Reviewed by: Submitted by: Kenji Tomita Obtained from:
* Remove trailing whitespace.rgrimes1995-05-3011-35/+35
|
* Close PR:jkh1995-04-272-0/+18
| | | | | | | | | | | | | | >Number: 368 >Category: bin >Synopsis: Lpd doesn't log errors after failed exec >Description: If an exec done by lpd fails, nothing is sent to the system log indicating what went wrong. This is because lpd closes all of the file descriptors before doing the exec, thus closing the syslog file descriptor in the process. [Fix applied] Submitted by: pritc003@maroon.tc.umn.edu
* Add missing ${.CURDIR}ache1995-01-241-1/+1
|
* Implementing the "lp" command.joerg1995-01-233-0/+215
| | | | | | This command is required to exist in terms of compatibility with the Posix 1003.2 specification. It actually invokes the lpr service with the proper options.
* Add "lp" to list of subdirs.joerg1995-01-231-1/+1
|
* Use the "-F" option to /bin/pr now that we have it (thanks to Posix).joerg1995-01-082-4/+6
| | | | | | This helps for printers that tend to get out of sync. (For the cautious folks: we used to have it in 1.1.5, too. But GNU pr used "-f" for it.)
* Submitted by: Ollivier ROBERTats1995-01-041-1/+1
| | | | | Wrong description where the printer socket lives. Changed from /dev/printer to /var/run/printer. Bug report submitted by Ollivier ROBERT.
* Fixed a typo: /usr/sbin/lpd* to /usr/sbin/lpd as the name of the daemon.ats1994-12-111-1/+1
|
* Get rid of update. Make man page installation work with our schemewollman1994-08-057-3/+7
| | | | (and rename a few in the process).
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+288
|
* This commit was generated by cvs2svn to compensate for changes in r1553,rgrimes1994-05-2650-0/+10940
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-2650-0/+10940
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-264-0/+2840
OpenPOWER on IntegriCloud