> From owner-freebsd-questi...@freebsd.org  Wed Jun 20 03:51:43 2012
> Date: Wed, 20 Jun 2012 10:51:04 +0200 (CEST)
> From: Wojciech Puchar <woj...@wojtek.tensor.gdynia.pl>
> To: Matthew Seaman <matt...@freebsd.org>
> Cc: freebsd-questions@freebsd.org
> Subject: Re: seems i cannot fully understand {/,/usr/local/}/etc/rc.d/*
>
> >
> > Create a new file in /usr/local/etc/rc.d/precedence with the following
> > contents:
> >
> > #!/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?

An explanation written some 80 years ago; 
  'Because that way it will work'.
_______________________________________________
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"

Reply via email to