summaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/90-NetworkManager
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-20 09:38:08 +0000
committerRoy Marples <roy@marples.name>2009-04-20 09:38:08 +0000
commit4f06fdc0f91d4a1a5dcc16853bad22501bb3ce70 (patch)
treebf0f4ec021bdf31630aeb07bffdd9ae9e1c7b4f0 /dhcpcd-hooks/90-NetworkManager
parente77f6a45143343565f3efe06487ccb18dd8dd071 (diff)
downloaddhcpcd-4f06fdc0f91d4a1a5dcc16853bad22501bb3ce70.tar.xz
Remove old NetworkManager script - it's useless these days.
Remove gratuitous usage of {} in variables.
Diffstat (limited to 'dhcpcd-hooks/90-NetworkManager')
-rw-r--r--dhcpcd-hooks/90-NetworkManager8
1 files changed, 0 insertions, 8 deletions
diff --git a/dhcpcd-hooks/90-NetworkManager b/dhcpcd-hooks/90-NetworkManager
deleted file mode 100644
index c4d69fec..00000000
--- a/dhcpcd-hooks/90-NetworkManager
+++ /dev/null
@@ -1,8 +0,0 @@
-# Hook for NetworkManager-0.7.0
-# NOTE: NetworkManager will override the script dhcpcd calls, so this hook
-# only makes sense if NetworkManager is patched NOT to override the
-# script dhcpcd would call.
-
-if [ -x /usr/libexec/nm-dhcp-client.action ]; then
- /usr/libexec/nm-dhcp-client.action
-fi