Am Sun, 7 Sep 2014 11:16:37 -0500
Scot Hetzel schrieb:
> On Sun, Sep 7, 2014 at 10:44 AM, Scot Hetzel wrote:
> > I created the rc.d/refdbd script by copying /etc/rc.d/inetd and make a
> > few minor changes.
> > This script (untested) should do what the scripts/refdb.in and
> > scripts/refdbctl.i
Am Sun, 7 Sep 2014 11:16:37 -0500
Scot Hetzel schrieb:
> On Sun, Sep 7, 2014 at 10:44 AM, Scot Hetzel wrote:
> > I created the rc.d/refdbd script by copying /etc/rc.d/inetd and make a
> > few minor changes.
> > This script (untested) should do what the scripts/refdb.in and
> > scripts/refdbctl.i
On Sun, Sep 7, 2014 at 10:44 AM, Scot Hetzel wrote:
> I created the rc.d/refdbd script by copying /etc/rc.d/inetd and make a
> few minor changes.
> This script (untested) should do what the scripts/refdb.in and
> scripts/refdbctl.in were doing:
>
> #!/bin/sh
> #
> # $FreeBSD$
> #
>
> # PROVIDE: re
On Sun, Sep 7, 2014 at 4:28 AM, O. Hartmann wrote:
> Am Sun, 7 Sep 2014 04:03:25 -0500
> Scot Hetzel schrieb:
>
>> On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel wrote:
>> > I had a look at scripts/refdb.in, it is not a proper rc script for
>> > FreeBSD, as it is missing several keywords:
>> >
>> >
Am Sun, 7 Sep 2014 04:03:25 -0500
Scot Hetzel schrieb:
> On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel wrote:
> > I had a look at scripts/refdb.in, it is not a proper rc script for
> > FreeBSD, as it is missing several keywords:
> >
> > # PROVIDE: <- all scripts need this
> > # REQUIRE:
> > # BEFO
On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel wrote:
> I had a look at scripts/refdb.in, it is not a proper rc script for
> FreeBSD, as it is missing several keywords:
>
> # PROVIDE: <- all scripts need this
> # REQUIRE:
> # BEFORE:
> # KEYWORD: <- optional
>
> Which tells rcorder where to put refdb
On Sun, Sep 7, 2014 at 2:43 AM, O. Hartmann wrote:
> Am Sun, 7 Sep 2014 15:33:42 +0800
> Erich Dollansky schrieb:
>
>> Hi,
>>
>> On Sun, 7 Sep 2014 09:03:21 +0200
>> "O. Hartmann" wrote:
>>
>> >
>> > I use a service (textprox/refdb from ports, refdb_enable="YES"
>> > in /etc/rc.conf.local) that
Am Sun, 7 Sep 2014 15:33:42 +0800
Erich Dollansky schrieb:
> Hi,
>
> On Sun, 7 Sep 2014 09:03:21 +0200
> "O. Hartmann" wrote:
>
> >
> > I use a service (textprox/refdb from ports, refdb_enable="YES"
> > in /etc/rc.conf.local) that is supposed to startup at boottime. On
> > one CURRENT system,