source: patches/iana-etc-2.30-get_fix-1.patch @ 8ac1263

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 8ac1263 was a486db8, checked in by Jonathan Norman <jon@…>, 12 years ago

Added an Iana-etc patch based on Andrew Bradfords and update Iana-etc

  • Property mode set to 100644
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  
    4242            protocol-numbers.iana port-numbers.iana
    4343
    4444protocol-numbers.iana:
    45         $(AWK) -f get.gawk -v file=protocol-numbers >protocol-numbers.iana
    46         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
    4747
    4848port-numbers.iana:
    49         $(AWK) -f get.gawk -v file=port-numbers >port-numbers.iana
    50         rm -f port-numbers
     49        $(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
    5151
    5252protocol-numbers:
    5353ifeq (protocol-numbers.iana, $(wildcard protocol-numbers.iana))
Note: See TracBrowser for help on using the repository browser.