]> git.saurik.com Git - apple/configd.git/blobdiff - Plugins/Kicker/enable-network
configd-395.6.tar.gz
[apple/configd.git] / Plugins / Kicker / enable-network
diff --git a/Plugins/Kicker/enable-network b/Plugins/Kicker/enable-network
deleted file mode 100755 (executable)
index 106de56..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# network configuration has changed
-#
-logger -i -p daemon.debug -t enable-network "process network configuration change"
-
-. /etc/rc.common
-CheckForNetwork
-if [ "${NETWORKUP}" = "-NO-" ]; then exit 0; fi
-
-if [ -x /System/Library/StartupItems/NetworkTime/NetworkTime ]; then
-       /System/Library/StartupItems/NetworkTime/NetworkTime start
-fi
-
-if [ -x /System/Library/StartupItems/NIS/NIS ]; then
-       /System/Library/StartupItems/NIS/NIS start
-fi
-
-if [ -x /System/Library/StartupItems/NFS/NFS ]; then
-       /System/Library/StartupItems/NFS/NFS start
-fi
-
-exit 1