search for: 40m30e33e25t15u

Displaying 1 result from an estimated 1 matches for "40m30e33e25t15u".

2005 Dec 11
1
bug? in making security/isakmpd
...e files (6 or 7) generated with these scripts - has errors. (But with LANG=C - or without any LANG - I can compile isakmpd.) I think the real problem is the bug in tr/awk - maybe somebody has to look at it, too. By, Gabor < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=&...