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
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
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
3 matches
Mail list logo