From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 23:20:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E61537B401 for ; Sat, 26 Apr 2003 23:20:52 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 5EC3443FBF for ; Sat, 26 Apr 2003 23:20:51 -0700 (PDT) (envelope-from alexander.pohoyda@gmx.net) Received: (qmail 27180 invoked by uid 65534); 27 Apr 2003 06:20:50 -0000 Received: from p508BE01B.dip.t-dialin.net (EHLO oak.pohoyda.family) (80.139.224.27) by mail.gmx.net (mp004-rz3) with SMTP; 27 Apr 2003 08:20:50 +0200 Received: from oak.pohoyda.family (oak.pohoyda.family [127.0.0.1]) by oak.pohoyda.family (8.12.9/8.12.6) with ESMTP id h3R6KnKf000924; Sun, 27 Apr 2003 08:20:49 +0200 (CEST) (envelope-from apog@oak.pohoyda.family) Received: (from apog@localhost) by oak.pohoyda.family (8.12.9/8.12.6/Submit) id h3R6KnEm000921; Sun, 27 Apr 2003 08:20:49 +0200 (CEST) (envelope-from apog) Date: Sun, 27 Apr 2003 08:20:49 +0200 (CEST) Message-Id: <200304270620.h3R6KnEm000921@oak.pohoyda.family> From: Alexander Pohoyda To: Gary Schenk MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org Subject: Re: Another reason to like FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 06:20:52 -0000 Gary Schenk writes: > Now if I can just get this printing thing worked out... Is your printer local on network? Basically, what you need is: 1. A line in /etc/rc.conf: lpd_enable="YES" 2. An entry in /etc/printcap. See "man printcap" for more details. If it's set up, you will be able to print from the shell like this: $ lpr file.name.c You may also need to correct your /etc/printcap file later and install the filter: ....:of=/usr/libexec/lpr/lpfilter: Anyway, start from here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html Good luck! -- Alexander Pohoyda