Re: [gentoo-user] debugging runscript

2006-05-06 Thread Richard Fish
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

Re: [gentoo-user] debugging runscript

2006-05-05 Thread Mick
On 04/05/06, Leigh Stewart <[EMAIL PROTECTED]> wrote: can anyone tell me how to trace through init scripts, which are executed by /sbin/runscript? with bash there is a nice little switch which does just that. i need to figure out exactly what those net.ethx scripts are doing because they clobbe

[gentoo-user] debugging runscript

2006-05-04 Thread Leigh Stewart
can anyone tell me how to trace through init scripts, which are executed by /sbin/runscript? with bash there is a nice little switch which does just that. i need to figure out exactly what those net.ethx scripts are doing because they clobber my wifi interface when i use the LinuxAnt driverloade