Changeset 15 for trunk/pxeconfig
- Timestamp:
- 08/16/02 07:55:13 (21 years ago)
- 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: 1 Always edit this file when changes are commited:: 2 2 3 3 $Log: changelog,v $ 4 Revision 1.13 2002/08/16 05:55:13 sscpbas 5 Added a Changelog for the distribution and fix an error when pxeconfig runs 6 a second time to change the pxe boot file. 7 4 8 Revision 1.12 2002/08/15 06:36:46 sscpbas 5 9 Placed alle files under GPL license. So everybody can use it. -
trunk/pxeconfig/pxeconfig
r14 r15 7 7 # 8 8 # CVS info 9 # $Date: 2002/08/1 5 06:36:47$10 # $Revision: 1. 7$9 # $Date: 2002/08/16 05:55:13 $ 10 # $Revision: 1.8 $ 11 11 # 12 12 # Copyright (C) 2002 … … 128 128 if DEBUG: 129 129 print 'linking %s to %s' %(haddr, pxe_filename) 130 131 if os.path.exists(haddr): 132 os.unlink(haddr) 133 130 134 os.symlink(pxe_filename, haddr) 131 135
Note: See TracChangeset
for help on using the changeset viewer.