]> git.pld-linux.org Git - packages/setup.git/blob - protocols-fmt.patch
'input' group added
[packages/setup.git] / protocols-fmt.patch
1 --- setup-2.7/iana-etc/protocols.gawk~  2009-11-17 10:07:35.388548841 +0200
2 +++ setup-2.7/iana-etc/protocols.gawk   2009-11-17 10:07:37.361241248 +0200
3 @@ -20,7 +20,7 @@
4      }
5  }
6  { sub(/\r/, "") }
7 -match($0, /^[ \t]+([0-9]+)[ \t]{1,5}([^ \t]+)(.*)/, f) {
8 +match($0, /^[ \t]*([0-9]+)[ \t]{6,8}([^ \t]+)(.*)/, f) && !/Reserved/ {
9      if ( ! header_printed) {
10         printf format, "# protocol", "num", "aliases", "comments"
11         header_printed = 1;
This page took 0.078794 seconds and 3 git commands to generate.