From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 10:37:22 2004 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 51A6F16A4CE for ; Wed, 10 Nov 2004 10:37:22 +0000 (GMT) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 108CC43D2D for ; Wed, 10 Nov 2004 10:37:22 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CRpqr-0003P2-4S; Wed, 10 Nov 2004 05:37:21 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 10 Nov 2004 04:37:28 -0600 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411100437.28239.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcf8e7eaacbdc1db0f90faec8f622ad720350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Florian Hengstberger Subject: Re: cups 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: Wed, 10 Nov 2004 10:37:22 -0000 On Wednesday 10 November 2004 03:01 am, Florian Hengstberger wrote: > Hi! > > How do I start the cupsd a system startup? > I had a look at /etc/rc.d but there is no start/stop skript! > When I start the cupsd manually /usr/local/sbin/cupsd > the daemon seems to stop after a time, no matter if the -F switch > is enabled or not. Many (not all) daemons that are not a part of the base system are started from scripts in /usr/local/etc/rc.d/. Basically, files with names ending in '.sh' are executed with the argument 'start' during bootup. They are also executed with the argument 'stop' during shutdown. > > A second question: > Why is the topology of the directories of /usr/local/share/cups/model > splitted up in > languages (de, en ...), quite different to my Linux distro? > I want to copy a .ppd file into one of these directories, but I cant > figure out in which! > > Im using FreeBSD 5.2.1 > > Thanks in advance > Florian