summaryrefslogtreecommitdiff
path: root/pkg/osx/install/ProcessNetworkChanges.plist.template
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-30 13:41:52 +0900
committerkali <kali@leap.se>2013-01-30 13:41:52 +0900
commit7def2577aefc4cfe94f57d9c5085be1fb7608802 (patch)
treeeb70088fa8f56c10275dd1a77c9a2e4d6eb9876a /pkg/osx/install/ProcessNetworkChanges.plist.template
parentba0769d7478c8dee6d768620dea587a0c12154e3 (diff)
merged pkg & docs
Diffstat (limited to 'pkg/osx/install/ProcessNetworkChanges.plist.template')
-rw-r--r--pkg/osx/install/ProcessNetworkChanges.plist.template16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/osx/install/ProcessNetworkChanges.plist.template b/pkg/osx/install/ProcessNetworkChanges.plist.template
new file mode 100644
index 00000000..faea8dee
--- /dev/null
+++ b/pkg/osx/install/ProcessNetworkChanges.plist.template
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>Label</key>
+ <string>net.tunnelblick.openvpn.process-network-changes</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>${DIR}/process-network-changes</string>
+ </array>
+ <key>WatchPaths</key>
+ <array>
+ <string>/Library/Preferences/SystemConfiguration</string>
+ </array>
+ </dict>
+</plist>