Magellan Linux

Diff of /alx-src/branches/alxconf-060/skel/net/net.eth0

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

revision 8040 by niro, Wed Dec 9 10:35:57 2015 UTC revision 8041 by niro, Tue Dec 29 16:30:26 2015 UTC
# Line 2  Line 2 
2  # $Id$  # $Id$
3  ONBOOT="yes"  ONBOOT="yes"
4  NETWORKING="dhcp"  NETWORKING="dhcp"
5  DHCP_PROG="/sbin/udhcpc"  DHCP_PROG="/sbin/dhcpcd"
6  DHCP_START="-T 10 -t 5 -n -x hostname:$(hostname) $(dhcp-identifier -c $(alx-iface)) -i"  DHCP_START="-t 10"
7  DHCP_STOP=""  DHCP_STOP="-k"

Legend:
Removed from v.8040  
changed lines
  Added in v.8041