on 05/11/2011 06:15 AM meino.cra...@gmx.de wrote the following:
> Hi,
> 
> after updated to openrc (nearly) successfully, two questions are
> remaining:
> 
>     
>     # What can be removed from /etc beside /etc/conf.d/rc ?
> 
>     
>     # With my old setup I had a /etc/conf.d/net, which does:
>       preup() {
>           ifconfig eth1 hw ether 00:15:F2:18:B0:20 up
>           return 0
>       }
>       Where do I put this one and in which way to have the same
>       functionality as before?
> 

> 
try
mac_eth1="00:15:F2:18:B0:20" in /etc/conf.d/net

Reply via email to