From owner-cvs-usrsbin Sat Aug 23 08:53:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA23365 for cvs-usrsbin-outgoing; Sat, 23 Aug 1997 08:53:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA23301; Sat, 23 Aug 1997 08:53:24 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA05572; Sat, 23 Aug 1997 08:53:01 -0700 (PDT) Date: Sat, 23 Aug 1997 08:53:01 -0700 (PDT) Message-Id: <199708231553.IAA05572@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/common_source displayq.c lp.h src/usr.sbin/lpr/lpd lpd.8 lpd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/08/23 08:53:01 PDT Modified files: usr.sbin/lpr/common_source displayq.c lp.h usr.sbin/lpr/lpd lpd.8 lpd.c Log: common_source: staticize private version of warn() so to not conflict with libc's version. lpd: use getopt(3), err(3), add usage(), allow specification of a port # on the command line as the documentation suggested for more than 10 years. PR: docs/3290 Revision Changes Path 1.9 +2 -1 src/usr.sbin/lpr/common_source/displayq.c 1.5 +0 -1 src/usr.sbin/lpr/common_source/lp.h 1.8 +7 -1 src/usr.sbin/lpr/lpd/lpd.8 1.7 +46 -23 src/usr.sbin/lpr/lpd/lpd.c