Lines Matching full:lpd
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()
353 syslog(LOG_INFO, "lpd startup: ready to accept requests"); in main()
595 syslog(LOG_INFO, "lpd startup: work for %s", in startup()
598 syslog(LOG_WARNING, "lpd startup: cannot fork for %s", in startup()
613 "lpd startup: printcap entry for %s has errors, skipping", in startup()
646 * lpd services on this host.
803 * start 'lpd' with the connection-errors also sent to syslog.
816 * If lpd was started up to print connection errors, then write in fhosterr()
929 fprintf(stderr, "usage: lpd [-cdlsFW46] [port#]\n"); in usage()
931 fprintf(stderr, "usage: lpd [-cdlsFW] [port#]\n"); in usage()