move to vendor

This commit is contained in:
Mark McGranaghan
2012-11-17 08:21:42 -08:00
parent 6d70ccb3b7
commit 8d31ec147c
391 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
tell application "System Events"
tell network preferences
tell current location
set aPPPoEService to a reference to (first service whose kind is 10)
if exists aPPPoEService then
connect aPPPoEService
end if
end tell
end tell
end tell