Changeset 15


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.

Location:
trunk/pxeconfig
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/changelog

    r14 r15  
    1 Always edit this file when changes are commited:
     1Always edit this file when changes are commited::
    22
    33$Log: changelog,v $
     4Revision 1.13  2002/08/16 05:55:13  sscpbas
     5Added a Changelog for the distribution and fix an error when pxeconfig runs
     6a second time to change the pxe boot file.
     7
    48Revision 1.12  2002/08/15 06:36:46  sscpbas
    59Placed alle files under GPL license. So everybody can use it.
  • 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.