Gentoo Archives: gentoo-user

From: Maxim Wexler <maxim.wexler@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] git openrc skips init service
Date: Tue, 01 Dec 2009 18:51:44
Message-Id: a0811460912011051i6910e2c4i33cca6c1d7af93b2@mail.gmail.com
1 Hi group,
2
3 I used the repo offered by Tony Marples to update openrc(0.5.2-r2 ->
4 0.5.2.4df8778) using git. It did a fine job except it failed to update
5 /etc/init.d/net.lo. The original instance remains.
6
7 Under /var/git/openrc all the init services were updated from
8 <service>.in to <service> and installed in /etc/init.d -- except for
9 net.lo.
10
11 Now net.lo and the symlink net.eth0 can't be found, fail to start etc.
12
13 I used /var/git/openrc/git pull --rebase to do the deed. Is there a
14 way to focus the command on just the one service?
15
16 Maxim