Ignore:
Timestamp:
08/16/02 07:55:13 (22 years ago)
Author:
sscpbas
Message:

Added a Changelog for the distribution and fix an error when pxeconfig runs
a second time to change the pxe boot file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/pxeconfig

    r14 r15  
    77#
    88# CVS info
    9 #  $Date: 2002/08/15 06:36:47 $
    10 #  $Revision: 1.7 $
     9#  $Date: 2002/08/16 05:55:13 $
     10#  $Revision: 1.8 $
    1111#
    1212# Copyright (C) 2002
     
    128128    if DEBUG:
    129129      print 'linking %s to %s' %(haddr, pxe_filename)
     130
     131    if os.path.exists(haddr):
     132       os.unlink(haddr)
     133
    130134    os.symlink(pxe_filename, haddr)
    131135
Note: See TracChangeset for help on using the changeset viewer.