Ignore:
Timestamp:
02/19/02 10:57:40 (22 years ago)
Author:
sscpbas
Message:

Fixed an error in the getopt handling for the client and server.

Addes some pxe config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/pxeconfigd

    r3 r4  
    1717
    1818CVS info
    19   $Date: 2002/02/19 09:38:10 $
    20   $Revision: 1.2 $
     19  $Date: 2002/02/19 09:57:40 $
     20  $Revision: 1.3 $
    2121"""
    2222import time
     
    105105  Must we use another directory for the PXE configuration
    106106  """
     107  global PXE_CONF_DIR
     108
    107109  try:
    108110    opts, args = getopt.getopt(argv[1:], SHORTOPT_LIST, LONGOPT_LIST)
     
    113115
    114116  if opts:
    115     opt, PXE_CONFIG_DIR = opts[0]
    116 
    117  
    118  
    119 
     117    opt, PXE_CONF_DIR = opts[0]
    120118
    121119def server():
Note: See TracChangeset for help on using the changeset viewer.