Changeset 198 for trunk/LocationDo/action.py
- Timestamp:
- 11/09/05 18:15:40 (19 years ago)
- Location:
- trunk/LocationDo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocationDo
- Property svn:ignore
-
old new 1 1 brightness 2 2 *.pyc 3 build 4 dist
-
- Property svn:ignore
-
trunk/LocationDo/action.py
r196 r198 72 72 73 73 def stopVPNC(): 74 authorizationDo('/usr/bin/killall', 'vpnc') 74 # killall uses your uid, not your euid to determine which user's 75 # processes to kill; without '-u root', this fails 76 authorizationDo('/usr/bin/killall', '-u', 'root', 'vpnc') 75 77 76 78 def startVPNC(vpncProfile=None):
Note:
See TracChangeset
for help on using the changeset viewer.