| Last change
 on this file since 76b06f6 was             a486db8, checked in by Jonathan Norman <jon@…>, 14 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 | 
      
      
| Rev | Line |  | 
|---|
| [a486db8] | 1 | Submitted By: Jonathan Norman (jonathan at bluesquarelinux dot co dot uk) | 
|---|
|  | 2 | Date: 2012-02-17 | 
|---|
|  | 3 | Initial Package Version: 2.30 | 
|---|
|  | 4 | Origin: Myself | 
|---|
|  | 5 | Upstream Status: None | 
|---|
|  | 6 | Description: Updated filenames and online locations of port numbers and protocol files. | 
|---|
|  | 7 |  | 
|---|
|  | 8 | diff -Naur iana-etc-2.30.orig/Makefile iana-etc-2.30/Makefile | 
|---|
|  | 9 | --- iana-etc-2.30.orig/Makefile 2012-02-17 22:57:44.000000000 +0000 | 
|---|
|  | 10 | +++ iana-etc-2.30/Makefile      2012-02-17 23:24:00.000000000 +0000 | 
|---|
|  | 11 | @@ -42,12 +42,12 @@ | 
|---|
|  | 12 | protocol-numbers.iana port-numbers.iana | 
|---|
|  | 13 |  | 
|---|
|  | 14 | protocol-numbers.iana: | 
|---|
|  | 15 | -       $(AWK) -f get.gawk -v file=protocol-numbers >protocol-numbers.iana | 
|---|
|  | 16 | -       rm -f protocol-numbers | 
|---|
|  | 17 | +       $(AWK) -f get.gawk -v file=protocol-numbers/protocol-numbers.txt >protocol-numbers.iana | 
|---|
|  | 18 | +       rm -f protocol-numbers.txt | 
|---|
|  | 19 |  | 
|---|
|  | 20 | port-numbers.iana: | 
|---|
|  | 21 | -       $(AWK) -f get.gawk -v file=port-numbers >port-numbers.iana | 
|---|
|  | 22 | -       rm -f port-numbers | 
|---|
|  | 23 | +       $(AWK) -f get.gawk -v file=service-names-port-numbers/service-names-port-numbers.txt >port-numbers.iana | 
|---|
|  | 24 | +       rm -f service-names-port-numbers.txt | 
|---|
|  | 25 |  | 
|---|
|  | 26 | protocol-numbers: | 
|---|
|  | 27 | ifeq (protocol-numbers.iana, $(wildcard protocol-numbers.iana)) | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.