On 23 August 2013 10:41, Doug Hardie <bc...@lafn.org> wrote:

>
> On 22 August 2013, at 13:07, Paul Hoffman <phoff...@proper.com> wrote:
>
> > Greetings again. After doing a freebsd-update, my system is starting up
> differently than it was before. I want to figure out why before I come here
> and say "it's broken".
> >
> > Is there a way to say "show me all of the commands you are running
> during startup"? It would be grand if I could say "tell me what you would
> do next time (dry run)", but "what did you do last time" is OK too.
>
> You can add:
>
> rc_debug="YES"
>
> to /etc/rc.conf and that might give you what you need.  According to the
> man page it will "produces copious output to the terminal and syslog(3)"
> _______________________________________________
> 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"
>

You can use "rcorder /etc/rc.d/* /usr/local/etc/rc.d/*" to show the order
of which the startup scripts is run.
_______________________________________________
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