Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2004 04:37:28 -0600
From:      "Andrew L. Gould" <algould@datawok.com>
To:        freebsd-questions@freebsd.org
Cc:        Florian Hengstberger <e0025265@student.tuwien.ac.at>
Subject:   Re: cups
Message-ID:  <200411100437.28239.algould@datawok.com>
In-Reply-To: <i6yh2o.xx2sen@webmail.tuwien.ac.at>
References:  <i6yh2o.xx2sen@webmail.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411100437.28239.algould>