X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/441dd19beddb71be6edb0b50e19a89e700a89468..6bb659645459a5a8b169b9554c8dfc459f435bc2:/Plugins/Kicker/enable-network diff --git a/Plugins/Kicker/enable-network b/Plugins/Kicker/enable-network deleted file mode 100755 index 106de56..0000000 --- a/Plugins/Kicker/enable-network +++ /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