aboutsummaryrefslogtreecommitdiffstats
path: root/NetworkManager
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkManager')
-rwxr-xr-xNetworkManager/dispatcher.d/00-netreport11
1 files changed, 0 insertions, 11 deletions
diff --git a/NetworkManager/dispatcher.d/00-netreport b/NetworkManager/dispatcher.d/00-netreport
deleted file mode 100755
index eee7fb38..00000000
--- a/NetworkManager/dispatcher.d/00-netreport
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-cd /etc/sysconfig/network-scripts
-. ./network-functions
-
-[ -f ../network ] && . ../network
-
-# Notify programs that have requested notification
-do_netreport
-
-exit 0