From owner-freebsd-hackers Tue Mar 25 17:00:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA27965 for hackers-outgoing; Tue, 25 Mar 1997 17:00:10 -0800 (PST) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA27960 for ; Tue, 25 Mar 1997 17:00:03 -0800 (PST) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id MAA22459; Wed, 26 Mar 1997 12:15:13 +1100 (EST) Date: Wed, 26 Mar 1997 12:15:13 +1100 (EST) From: "Daniel O'Callaghan" To: Joerg Wunsch cc: FreeBSD hackers , Qi Zheng Subject: Re: Need a copy of /usr/libexec/lpr/lpf In-Reply-To: <19970326004453.JB17633@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 26 Mar 1997, J Wunsch wrote: > As Daniel O'Callaghan wrote: > > > > I would like to have a copy of the source code of the > > > printer filter /usr/libexec/lpr/lpf. > > > mkdir lpf > > cd lpf > > ftp ftp.freebsd.org > > cd /pub/FreeBSD/FreeBSD-current/src/libexec/lpr/lpf > > Try again, Danny. :-) > > The source actually lives in /usr/src/usr.sbin/lpr/filters/lpf.c. So > the correct FTP path should be > /pub/FreeBSD/FreeBSD-current/src/usr.sbin/lpr/filters. Rats! I should have checked. I just took the path supplied in the original question. :-( Danny