wok annotate syslinux/stuff/tools/keytab-lilo.pl.u @ rev 14550
python-babel: update bdeps
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu May 23 01:29:57 2013 +0000 (2013-05-23) |
parents | |
children |
rev | line source |
---|---|
pascal@830 | 1 --- syslinux-3.63/keytab-lilo.pl |
pascal@830 | 2 +++ syslinux-3.63/keytab-lilo.pl |
pascal@830 | 3 @@ -66,5 +66,5 @@ |
pascal@830 | 4 chop; |
pascal@830 | 5 - if (/^u_short\s+(\S+)_map\[\S+\]\s+=\s+{\s*$/) { |
pascal@830 | 6 + if (/^(static\s+)?u_short\s+(\S+)_map\[\S+\]\s+=\s+{\s*$/) { |
pascal@830 | 7 die "active at beginning of map" if defined $current; |
pascal@830 | 8 - $current = $pfx.":".$1; |
pascal@830 | 9 + $current = $pfx.":".$2; |
pascal@830 | 10 next; |