Changeset 28

Show
Ignore:
Timestamp:
09/21/07 14:56:30 (1 year ago)
Author:
devja..@anarkystic.com
Message:

updatez

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fizzjik/fizzjik/controller/network.py

    r24 r28  
    88class DHClientProcessProtocol(ProcessProtocol): 
    99    posix_exec = 'dhclient' 
    10     posix_args = ['dhclient'
     10    posix_args = ['dhclient', '-1'
    1111 
    1212    #def print_(self, f, *args):