thank you Mathew for soon reply, Matthew Seaman <[email protected]> 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:[email protected] IT Dpt., I.B.S. LLC GMT+2 (EET) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
