Ignore:
Timestamp:
11/09/05 18:15:40 (18 years ago)
Author:
Nicholas Riley
Message:

LocationDo.py: ssh to yt in 4111; 1320 AP works for 1310/1320

action.py: fix killall on vpnc to actually work

props: ignore build, dist directories

Location:
trunk/LocationDo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocationDo

    • Property svn:ignore
      •  

        old new  
        11brightness
        22*.pyc
         3build
         4dist
  • trunk/LocationDo/action.py

    r196 r198  
    7272
    7373def 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')
    7577
    7678def startVPNC(vpncProfile=None):
Note: See TracChangeset for help on using the changeset viewer.