From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 16:14:27 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4C68615 for ; Fri, 29 Aug 2014 16:14:27 +0000 (UTC) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B63131157 for ; Fri, 29 Aug 2014 16:14:27 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id fp1so720003pdb.26 for ; Fri, 29 Aug 2014 09:14:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:references:mail-followup-to:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=vEgjcwzjgxk83/40XYKki8I7EHU7UjW/D+kCVlGm2mE=; b=Xdc+Tn6gvGsUQXcQNObtMXlybvp3WUJeY0PSywiT3fv4xMdQCuXNVe7eAy1uxMJGM6 4t/5c7eU5Gc8VyBI3aakfuYO0q7WtnhGZAB7dhnzwGXC6S40uuWWleh/FtVwgpCGwTdA jesSqidhVNBv4HhWknXlpb3DizCcPJXc0LEX6cUpJs1i0HLpugYYkUtExS88eDDoLFnM MYQhVfr4XG3cBFTu3O8/BKxEnr5MH2nH2cuuXKPFESRVntTVpRkM1QDGwmkVEHkQ7+rN NO3AvI71Jl94u1T0WoqXagh70ouDZSqAMn9C1VBD4aG28TxsLPBzqiIe8yi6hdWmcvLR a/Uw== X-Gm-Message-State: ALoCoQmx6DW7+pc9e5Tx6LxwE2hDh9c+ldpyUVYw+lw7Qjt83eTkBDBZ7few0iBHNWYUdNnlxn8+ X-Received: by 10.68.252.229 with SMTP id zv5mr17217186pbc.16.1409328440759; Fri, 29 Aug 2014 09:07:20 -0700 (PDT) Received: from elk.localnet ([2604:8800:100:82aa:6ef0:49ff:fe05:658b]) by mx.google.com with ESMTPSA id ff10sm450226pdb.61.2014.08.29.09.07.19 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 29 Aug 2014 09:07:20 -0700 (PDT) Received: from carlj by elk.localnet with local (Exim 4.80) (envelope-from ) id 1XNOho-000132-Lp for freebsd-questions@freebsd.org; Fri, 29 Aug 2014 09:07:16 -0700 From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: problems trying to install enscript .... References: <540082DB.9040703@hiwaay.net> Mail-Followup-To: freebsd-questions@freebsd.org Date: Fri, 29 Aug 2014 09:07:16 -0700 In-Reply-To: <540082DB.9040703@hiwaay.net> (William A. Mahaffey, III's message of "Fri, 29 Aug 2014 08:40:43 -0500") Message-ID: <871trzi8jv.fsf@elk.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 16:14:28 -0000 "William A. Mahaffey III" writes: > I tried to install the following packages & got the following output: > > > [root@kabini1, /etc, 8:36:28am] 334 % pkg install enscript-a4 > enscript-letter enscript-letterdj > I can't find any evidence they are already installed, what is going on > here ? TIA for any clues .... The real question you have to ask is why do you want to add three versions of enscript? I think the only difference will be the default paper size. The default doesn't matter much since you can change the paper size in the system config file, the user config file, or on the command line. Check the man page and notice the '-M' command line option, and the 'DefaultMedia' configuration option. The configuration file is at '/usr/local/etc/enscript.rc' and optionally '~/.enscriptrc'. -- Carl Johnson carlj@peak.org