Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 22:37:53 +0300
From:      "Zeus Panchenko" <zeus@ibs.dn.ua>
To:        "Matthew Seaman" <m.seaman@infracaninophile.co.uk>
Cc:        freebsd-rc@freebsd.org
Subject:   Re: rc dependencies ...
Message-ID:  <20130916223753.73555@relay.ibs.dn.ua>
In-Reply-To: Your message of Mon, 16 Sep 2013 19:10:16 %2B0100 <52374988.7030901@infracaninophile.co.uk>
References:  <20130916114741.99386@relay.ibs.dn.ua> <52374988.7030901@infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
thank you Mathew for soon reply,

Matthew Seaman <m.seaman@infracaninophile.co.uk> wrote:
> ... 
> that package) by adding an additional RC script like so:
> 
> #!/bin/sh
> #
> # Make isc-dhcpd start after slapd
> 
> # PROVIDE: precedence
> # REQUIRE: slapd
> # BEFORE: isc-dhcpd

I have added it

:> cat /usr/local/etc/rc.d/1order
#!/bin/sh
#
# Make isc-dhcpd start after slapd

# PROVIDE: precedence
# REQUIRE: slapd
# BEFORE: isc-dhcpd


> 
> Test the resulting startup order by:
>   rcorder /etc/rc.d/* /usr/local/etc/rc.d/*

here the result:

...
/etc/rc.d/yppasswdd
/usr/local/etc/rc.d/isc-dhcpd
/usr/local/etc/rc.d/isc-dhcpd6
/usr/local/etc/rc.d/svnserve
/etc/rc.d/LOGIN
/usr/local/etc/rc.d/tinyproxy
/usr/local/etc/rc.d/svscan
/usr/local/etc/rc.d/smartd
/usr/local/etc/rc.d/slapd
...


is it correct?

-- 
Zeus V. Panchenko				jid:zeus@im.ibs.dn.ua
IT Dpt., I.B.S. LLC					  GMT+2 (EET)



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