Home | History | Annotate | Download | only in dhcpcd-hooks
      1 # Hook for NetworkManager-0.7.0
      2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook
      3 # only makes sense if NetworkManager is patched NOT to override the
      4 # script dhcpcd would call.
      5 
      6 if [ -x /usr/libexec/nm-dhcp-client.action ]; then
      7 	/usr/libexec/nm-dhcp-client.action
      8 fi
      9