Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-user@l.g.o
Cc: meino.cramer@×××.de
Subject: Re: [gentoo-user] openrc updated, but...
Date: Wed, 11 May 2011 05:32:22
Message-Id: 4DCA1F0E.6050002@asyr.hopto.org
In Reply to: [gentoo-user] openrc updated, but... by meino.cramer@gmx.de
1 on 05/11/2011 06:15 AM meino.cramer@×××.de wrote the following:
2 > Hi,
3 >
4 > after updated to openrc (nearly) successfully, two questions are
5 > remaining:
6 >
7 >
8 > # What can be removed from /etc beside /etc/conf.d/rc ?
9 >
10 >
11 > # With my old setup I had a /etc/conf.d/net, which does:
12 > preup() {
13 > ifconfig eth1 hw ether 00:15:F2:18:B0:20 up
14 > return 0
15 > }
16 > Where do I put this one and in which way to have the same
17 > functionality as before?
18 >
19
20 >
21 try
22 mac_eth1="00:15:F2:18:B0:20" in /etc/conf.d/net