dports and pkgng bind910 INIT Script missing

Coert lgroups at vlymskerp.net
Tue Feb 10 02:33:56 PST 2015


On Tuesday 10 February 2015 12:21:57 Coert wrote:
> Hello all,
> 
> On a clean install of DragonFlyBSD 4.0.3, I installed bind910 from dports
> and later from packages, but it does not include an init script..
> usually it is under /usr/local/etc/rc.d/named
> 
> Am I overlooking something obvious?
> 
> According to the dfly handbook, dports is nearly identical to FreeBSD's
> ports tree, and on FreeBSD I do get an init script for bind910
> 
> Thank you in advance,
> Coert
The install messages after mention:

You will need to make sure that you have the following line      *
*   in your /etc/rc.conf in order to have the startup script         *
*   run the named version from the port:                             *
*                                                                    *
*   named_program="/usr/local/sbin/named"                            

But it seems the /etc/rc.d/named script is now a dummy script:

#!/bin/sh

# PROVIDE: named
# REQUIRE: SERVERS
# BEFORE:  DAEMON

#       This is a dummy dependency for named which is no longer in base
#       but is needed as a provider by the rpcbind rc script. The real
#       functionality is in the dports rc script, if installed.

. /etc/rc.subr
dummy_rc_command "$1"

Here a dports rc script is mentioned, but non-existent.

I downgraded to bind99, and there, same problem.

Kind regards,
Coert




More information about the Users mailing list