Changeset 29

Show
Ignore:
Timestamp:
09/21/07 17:28:58 (1 year ago)
Author:
devja..@anarkystic.com
Message:

-e

Files:

Legend:

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

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