Re: rc: not working as expected? (round 2)

2008-10-10 Thread Brian A. Seklecki
You can do a dry run as a non root user: $ rcorder /etc/rc.d/* /usr/local/etc/rc.d* 2>&1 | more ~BAS On Fri, 2008-10-10 at 12:19 -0300, Paul Halliday wrote: > (I mistakenly sent the last msg before finishing..) > > Or maybe an interpretation issue. > > I have a few startup scripts in rc.d and

Re: rc: not working as expected? (round 2)

2008-10-10 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Halliday wrote: > (I mistakenly sent the last msg before finishing..) > > Or maybe an interpretation issue. > > I have a few startup scripts in rc.d and I am experiencing timing > issues. i.e. I need xyz to start before abc. > > Within xyz I tr

Re: rc: not working as expected? (round 2)

2008-10-10 Thread Jeremy Chadwick
On Fri, Oct 10, 2008 at 12:19:21PM -0300, Paul Halliday wrote: > (I mistakenly sent the last msg before finishing..) > > Or maybe an interpretation issue. > > I have a few startup scripts in rc.d and I am experiencing timing > issues. i.e. I need xyz to start before abc. > > Within xyz I tried:

rc: not working as expected? (round 2)

2008-10-10 Thread Paul Halliday
(I mistakenly sent the last msg before finishing..) Or maybe an interpretation issue. I have a few startup scripts in rc.d and I am experiencing timing issues. i.e. I need xyz to start before abc. Within xyz I tried: # REQUIRE: abc This didn't work so I tried: 100.xyz 900.abc which doesn't a