Changeset 209


Ignore:
Timestamp:
01/23/15 14:25:27 (9 years ago)
Author:
bas
Message:

ALways use '=>' as separator for hexls, useful for utilities like awk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Changelog

    r206 r209  
     14.2.X
     2  * hexls output must be consistent sperated by '=>', useful for utilities like awk
     3    Author: Bas van der Vlies
     4
    154.2.0
    26  * Added a new option for commandline and pxeconfig.conf:
  • trunk/src/hexls.in

    r140 r209  
    8080                                output = '%s => %s' % (f, ipaddr)
    8181
    82                         output = '%s -> %s' % (output, symlink_dest)
     82                        output = '%s => %s' % (output, symlink_dest)
    8383
    8484                        print output
Note: See TracChangeset for help on using the changeset viewer.