On 5/4/06, Leigh Stewart <[EMAIL PROTECTED]> wrote:
can anyone tell me how to trace through init scripts, which are
executed by /sbin/runscript?

Add "set -x" near the top of the script, but after the first line.

#!/sbin/runscript
set -x
...

-Richard

--
gentoo-user@gentoo.org mailing list

Reply via email to