From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 08:45:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C96FC106564A for ; Mon, 31 Mar 2008 08:45:01 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by mx1.freebsd.org (Postfix) with ESMTP id 670DC8FC1C for ; Mon, 31 Mar 2008 08:45:01 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by ti-out-0910.google.com with SMTP id j2so392999tid.3 for ; Mon, 31 Mar 2008 01:44:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=3IBdQUVoAqIral0yDTVgGGydCkuzNIsxER7cvAoUzRo=; b=MJ75KCuwkYselbPpMTO9cnF3a1rQS3EPkltjUAIdAeI7HA/zt3WXeQSsoH8Ts3SXGPEm/dAqqqyBLm9ATkRfZ4bjjZ/mzL8yLkFuPdTvOxEGSa24yQmjs1CJkryLtxeF1M4UKNYxyAdzV+TH7bPavgJRrFAJoTpUjxsSXxb/YO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=l9vnnvb4A357SHD6mLs0D3aMwoBE20wTbzNeDhjxL1XRV/Na91PzX1qgwP5n0x9QSlzE5D3CshMojUzu2wHm6Gy9M+eUWWMTPXtr8juvheie0HeJaFBQtw79f6NQzAJJcxxrrfNWEdPta2TECN7ZcG4PL3nMT/BrL6poF5mc8io= Received: by 10.110.21.17 with SMTP id 17mr2679554tiu.50.1206953099170; Mon, 31 Mar 2008 01:44:59 -0700 (PDT) Received: by 10.110.3.13 with HTTP; Mon, 31 Mar 2008 01:44:59 -0700 (PDT) Message-ID: <5635aa0d0803310144g667d2a81u15dbe4f7489beb0f@mail.gmail.com> Date: Mon, 31 Mar 2008 15:44:59 +0700 From: "Outback Dingo" To: "Leslie Jensen" In-Reply-To: <47F0A0C2.2060804@eskk.nu> MIME-Version: 1.0 References: <47F0A0C2.2060804@eskk.nu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Enabling CUPS on FreeBSD 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 08:45:01 -0000 cd /usr/ports/print/cups make && mke install && make clean then after done building, add cupsd_enable="YES" to /etc/rc.conf then /usr/local/etc/rc.d/cupsd start point your browser at http://"hostname-orip":631 and configure On Mon, Mar 31, 2008 at 3:28 PM, Leslie Jensen wrote: > In the instructions I can find on the Internet about the above subject, > one needs a file called cups.sh which should linked from cups.sh.sample. > > None of the files exist on my newly installed 7.0-RELEASE system. > > I can ofcourse copy this file from another system but I'm thinking that > maybe there's a change and this file is no longer needed? > > Any comments on this? > > Thanks > > /Leslie > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >