#!/bin/sh
#
# Persuade vboxheadless to start before samba.
# PROVIDE: precedence
# REQUIRE: vboxheadless
# BEFORE: samba
:
Make it executable. Note -- the ':' does seem to be necessary.
thank you for help. I will test it when being on place and could reboot.
But still - do you know why it is necessary?
cannot i just add BEFORE: samba in vboxheadless?
Yes, that should work too. However any time you update vboxheadless
you'll have to remember to add that modification back to the rc script.
Using a separate file stops that being a problem.
now i understood completely. thank you
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"