| /freebsd/share/doc/smm/07.lpd/ |
| H A D | 7.t | 57 .I lpd 63 .I lpd 67 .IR lpd . 69 % /usr/lib/lpd 73 % ps l`cat /usr/spool/lpd.lock` 137 .I lpd 156 The \fIlpd\fP process overseeing 163 To restart an \fIlpd\fP, use 186 .I lpd 199 .IR lpd , [all …]
|
| H A D | 2.t | 34 .IR lpd (8), 39 .I lpd 44 .I lpd 53 .I Lpd 58 .I lpd 65 .IR lpd . 86 .I lpd 88 .I Lpd
|
| H A D | spell.ok | 9 LPD 10 Lpd 25 hosts.lpd 32 lpd 33 lpd.lock
|
| H A D | 3.t | 53 \fIlpd\fP, \fIlpq\fP, and \fIlprm\fP run set-user-id to \fIroot\fP 56 The printer server, \fIlpd\fP, 59 resides must be present in the file /etc/hosts.equiv or /etc/hosts.lpd and 62 In practice, none of \fIlpd\fP, \fIlpq\fP, or 65 the printer system \fIlpd\fP ran set-user-id to \fIdaemon\fP,
|
| H A D | 4.t | 65 :tr=\ef:of=/usr/lib/lpf:lf=/usr/adm/lpd-errs: 88 to be written to the file ``/usr/adm/lpd-errs'' 89 instead of the console. Most errors from \fIlpd\fP are logged using 121 default value of ``/usr/spool/lpd''. 189 /etc/hosts.equiv or /etc/hosts.lpd, one host per line. Note that 194 without passwords. The file /etc/hosts.lpd is only used to control
|
| H A D | 1.t | 53 /usr/lib/lpd line printer daemon, does all the real work 58 /dev/printer socket on which lpd listens
|
| H A D | 5.t | 37 Filters are spawned by \fIlpd\fP 46 sends a kill signal to the \fIlpd\fP process controlling
|
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | printcap | 9 # otherwise you will greatly confuse lpd. 12 # It plugs into the lpd system, allowing you to print a variety of 34 # :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: 44 # :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs:\ 52 # :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
|
| H A D | Makefile | 2 CONFS= hosts.lpd printcap 3 PROG= lpd 4 MAN= lpd.8 5 SRCS= lpd.c printjob.c recvjob.c lpdchar.c modes.c
|
| H A D | lpd.c | 35 * lpd -- line printer daemon. 58 * 4. lpd, lpq and lprm run setuid daemon and setgrp spooling group to 136 progname = "lpd"; in main() 165 * it conflicts with -w in netbsd's lpd. For now it in main() 166 * is just a warning, so we won't suddenly break lpd in main() 172 "NOTE: please change your lpd config to use -W"); in main() 191 errx(EX_USAGE, "lpd compiled sans INET6 (IPv6 support)"); in main() 235 * to syslog and leaving the user wondering why lpd started and in main() 268 openlog("lpd", LOG_PID, LOG_LPR); in main() 269 syslog(LOG_INFO, "lpd startup: logging=%d%s%s", lflag, in main() [all …]
|
| H A D | lpd.8 | 32 .Nm lpd 151 .Pa /etc/hosts.lpd . 328 .It Pa /etc/hosts.lpd 338 .Xr hosts.lpd 5 ,
|
| /freebsd/usr.sbin/lpr/lpr/ |
| H A D | printcap.5 | 122 .It "sd str" Ta Pa /var/spool/lpd Ta No "spool directory" 184 .Xr lpd 8 317 .Xr lpd 8 . 325 .Xr lpd 8 . 333 .Xr lpd 8 , 345 .Xr lpd 8 371 options indicate filenames that lpd should use to store such 395 .Xr lpd 8 418 .Xr hosts.lpd 5 , 422 .Xr lpd 8 ,
|
| H A D | lpr.1 | 250 .It Pa /usr/sbin/lpd 270 .Xr lpd 8 276 .Xr lpd 8 . 284 .Xr lpd 8 304 .Xr lpd 8 , 309 .Xr lpd 8 ,
|
| /freebsd/share/doc/smm/ |
| H A D | Makefile | 18 ${_07.lpd} \ 29 _07.lpd= 07.lpd
|
| /freebsd/share/man/man5/ |
| H A D | hosts.lpd.5 | 32 .Nm hosts.lpd 48 .It Pa /etc/hosts.lpd 56 .Xr lpd 8
|
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | pathnames.h | 35 #define _PATH_DEFSPOOL "/var/spool/output/lpd" 37 #define _PATH_HOSTSLPD "/etc/hosts.lpd" 38 #define _PATH_MASTERLOCK "/var/spool/output/lpd.lock"
|
| H A D | lp.h | 38 * mysteriously by various parts of the lpr/lpd suite. 126 * lpr/lpd protocol. 155 * 'local_host' is the name of the machine that lpd (lpr, whatever) 191 /* lpr/lpd generates readable timestamps for logfiles, etc. Have all those 213 * File modes for the various status files maintained by lpd.
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | lpd | 5 # PROVIDE: lpd 12 name="lpd"
|
| /freebsd/share/examples/printing/ |
| H A D | psdfX | 6 # Invoked by lpd when user runs lpr -d 21 *) echo "LPD started `basename $0` wrong." 1>&2
|
| H A D | hpdf | 19 # and exit 2. Exiting with 2 tells LPD to do not try to reprint the 29 # If user removes the job, LPD will send SIGINT, so trap SIGINT
|
| /freebsd/etc/mtree/ |
| H A D | BSD.var.dist | 95 lpd 98 lpd
|
| /freebsd/usr.sbin/lpr/chkprintcap/ |
| H A D | chkprintcap.8 | 84 .Xr lpd 8 96 .Xr lpd 8
|
| /freebsd/usr.sbin/lpr/lpq/ |
| H A D | lpq.1 | 45 .Xr lpd 8 124 .Xr lpd 8
|
| /freebsd/share/examples/etc/ |
| H A D | README.examples | 27 hosts.lpd - defines trusted hosts for lpd(8)
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | xlnx,zynqmp-ams.yaml | 36 PS Sysmon |7 |LPD temperature measurement. |Temperature 38 |9 |VCC PS LPD voltage measurement (supply1). |Voltage 56 |26 |LPD Internal voltage measurement, VCC_PSINTLP (supply4). |Voltage
|