source:
patches/iana-etc-2.30-get_fix-1.patch@
6e778c3
Last change on this file since 6e778c3 was a486db8, checked in by , 13 years ago | |
---|---|
|
|
File size: 1.1 KB |
-
iana-etc-2.30
Submitted By: Jonathan Norman (jonathan at bluesquarelinux dot co dot uk) Date: 2012-02-17 Initial Package Version: 2.30 Origin: Myself Upstream Status: None Description: Updated filenames and online locations of port numbers and protocol files. diff -Naur iana-etc-2.30.orig/Makefile iana-etc-2.30/Makefile
old new 42 42 protocol-numbers.iana port-numbers.iana 43 43 44 44 protocol-numbers.iana: 45 $(AWK) -f get.gawk -v file=protocol-numbers >protocol-numbers.iana46 rm -f protocol-numbers 45 $(AWK) -f get.gawk -v file=protocol-numbers/protocol-numbers.txt >protocol-numbers.iana 46 rm -f protocol-numbers.txt 47 47 48 48 port-numbers.iana: 49 $(AWK) -f get.gawk -v file= port-numbers>port-numbers.iana50 rm -f port-numbers49 $(AWK) -f get.gawk -v file=service-names-port-numbers/service-names-port-numbers.txt >port-numbers.iana 50 rm -f service-names-port-numbers.txt 51 51 52 52 protocol-numbers: 53 53 ifeq (protocol-numbers.iana, $(wildcard protocol-numbers.iana))
Note:
See TracBrowser
for help on using the repository browser.