Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/skel/net/net.eth0

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 405 by niro, Wed Jun 4 19:33:46 2008 UTC revision 406 by niro, Wed Jun 4 19:34:21 2008 UTC
# Line 1  Line 1 
1  # /etc/conf.d/net.eth0 - example eth0 network device configuration  # /etc/conf.d/net.eth0 - example eth0 network device configuration
2  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/skel/net/net.eth0,v 1.1 2008-06-04 19:33:46 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/skel/net/net.eth0,v 1.2 2008-06-04 19:34:21 niro Exp $
3  ONBOOT="yes"  ONBOOT="yes"
4  NETWORKING="dhcp"  NETWORKING="dhcp"
5  DHCP_PROG="/sbin/dhcpcd"  DHCP_PROG="/sbin/udhcpc"
6  DHCP_START="-t 10"  DHCP_START="-t 10 -q"
 DHCP_STOP="-z"  

Legend:
Removed from v.405  
changed lines
  Added in v.406