]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-dhcpcd_logging.patch
- up to 0.4.0.26
[packages/rc-scripts.git] / rc-scripts-dhcpcd_logging.patch
1 --- ./sysconfig/network-scripts/ifup.org        2005-12-21 13:05:10.392669624 +0100
2 +++ ./sysconfig/network-scripts/ifup    2005-12-21 13:08:51.244095104 +0100
3 @@ -147,7 +147,7 @@
4                                 ;;
5                           dhcpcd)
6                                 [ -n "$DHCP_HOSTNAME" ] && DHCP_ARGS="-h $DHCP_HOSTNAME"
7 -                               DHCP_ARGS="$DHCP_ARGS $DEVICE"
8 +                               DHCP_ARGS="-d $DHCP_ARGS $DEVICE"
9                                 ;;
10                           dhcpxd)
11                                 [ -n "$DHCP_HOSTNAME" ] && DHCP_ARGS="-H $DHCP_HOSTNAME"
This page took 0.042777 seconds and 3 git commands to generate.