]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- typo
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 26 Jul 2010 13:31:45 +0000 (13:31 +0000)
committerJacek Konieczny <jajcus@pld-linux.org>
Mon, 26 Jul 2010 13:31:45 +0000 (13:31 +0000)
svn-id: @11715

sysconfig/network-scripts/ifup

index 4b613504cb89ffb594127bf4329a0078a19547e2..06e1327198d6ed9cc5a45fea67aa0dd073b76df2 100755 (executable)
@@ -161,8 +161,8 @@ if [ -n "$BOOTPROTO" -a "$BOOTPROTO" != "none" -a "$BOOTPROTO" != "static" ]; th
                          dhclient)
                                # Can't specify a host with dhclient ?
                                DHCP_ARGS="$DEVICE -pf /var/run/dhclient.$DEVICE.pid -lf /var/lib/dhclient/dhclient.$DEVICE.leases"
-                               if [ -f /etc/dhclinet.$DEVICE.conf ] ; then
-                                       DHCP_ARGS="$DHCP_ARGS -cf /etc/dhclinet.$DEVICE.conf"
+                               if [ -f /etc/dhclient.$DEVICE.conf ] ; then
+                                       DHCP_ARGS="$DHCP_ARGS -cf /etc/dhclient.$DEVICE.conf"
                                fi
                                ;;
                          avahi-autoipd)
This page took 0.133095 seconds and 4 git commands to generate.