Gentoo Archives: gentoo-dev

From: Chad Huneycutt <chad.huneycutt@×××.org>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] 1.0_rc6_r12, further notes (possibly bugs?)
Date: Mon, 08 Oct 2001 11:30:21
Message-Id: 3BC1E306.7010403@acm.org
In Reply to: [gentoo-dev] 1.0_rc6_r12, further notes (possibly bugs?) by Gold is Heavy
1 Gold is Heavy wrote:
2
3 >Second, when I had do update /etc/init.d/xdm as per desktop docs, I noticed that both
4 >
5 >/etc/rc.d/config/basic
6 >/etc/rc.d/config/functions
7 >
8 >are missing. I created the 'basic' file (first had to create 'config' dir though). But I have no idea what should go into 'functions' file. I noticed that some scripts complain about 'doservice' function being undefined.
9 >
10 /etc/init.d/xdm is an old-style init script. The init scripts no
11 longer need to source basic or functions. In fact, /etc/rc.d should not
12 exist at all.
13
14 >Also, regarding my depmod problem -- I am still having it. Here is what I see when I do depmod -a:
15 >
16 Someone may know what the problem is from the depmod -a output, but post
17 the depmod -e output, which is more informative. This will tell you the
18 actual symbols that are not resolved and often point to the source of
19 the error.
20
21 Chad