]> git.pld-linux.org Git - packages/setup.git/blame - protocols-fmt.patch
'input' group added
[packages/setup.git] / protocols-fmt.patch
CommitLineData
7d7bb07f
ER
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.064232 seconds and 4 git commands to generate.