CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/09 15:46:48
Modified files:
usr.sbin/lpr/lpd: printjob.c
Log message:
lpd: require data file path name to be in the spool dir
When processing the control file, any file to be printed must be
located in the spool directory (e.g. dfA000foobar) either as a
regular file or a symbolic link to another file to be printed. This
matches the handling of the 'U' (unlink) directive.
OK deraadt@
