From owner-cvs-etc Sun Oct 13 09:53:03 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24752 for cvs-etc-outgoing; Sun, 13 Oct 1996 09:53:03 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24733; Sun, 13 Oct 1996 09:52:42 -0700 (PDT) Date: Sun, 13 Oct 1996 09:52:42 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610131652.JAA24733@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc printcap src/etc/mtree BSD.var.dist Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/13 09:52:42 Modified: etc printcap etc/mtree BSD.var.dist Log: Uncomment the "raw" lp entry in /etc/printcap. We start lpd by default, so there's no use in running it without any printer definition in printcap. Also added a bunch of hints about the printer setup, to guide the admin about the printer setup (handbook, "apsfilter"), and a commented-out sample setup for a remote printer. In the same line, add /var/spool/lpd/output to BSD.var.dist since it is referred to by the "lp" entry in printcap. Revision Changes Path 1.5 +30 -2 src/etc/printcap 1.26 +3 -1 src/etc/mtree/BSD.var.dist