Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] debugging runscript
Date: Sat, 06 May 2006 08:41:47
Message-Id: 7573e9640605060133j7f52c04dm127dd77c77588ec2@mail.gmail.com
In Reply to: [gentoo-user] debugging runscript by Leigh Stewart
1 On 5/4/06, Leigh Stewart <agrodellic@×××××.com> wrote:
2 > can anyone tell me how to trace through init scripts, which are
3 > executed by /sbin/runscript?
4
5 Add "set -x" near the top of the script, but after the first line.
6
7 #!/sbin/runscript
8 set -x
9 ...
10
11 -Richard
12
13 --
14 gentoo-user@g.o mailing list