]> git.pld-linux.org Git - packages/setup.git/blame - setup-iana-etc.patch
'input' group added
[packages/setup.git] / setup-iana-etc.patch
CommitLineData
c6ccd31d 1--- setup-2.4.11/iana-etc-2.30/Makefile.orig 2006-11-14 18:53:41.000000000 +0100
2+++ setup-2.4.11/iana-etc-2.30/Makefile 2007-11-25 15:16:05.825164209 +0100
57acc7b1
JB
3@@ -65,10 +65,10 @@
4
5 protocols: protocol-numbers protocols.gawk
6 $(AWK) --re-interval -f protocols.gawk -v strip=$(STRIP) \
7- protocol-numbers > protocols
8+ protocol-numbers | unexpand -a > protocols
9
10 services: port-numbers services.gawk
11- $(AWK) -f services.gawk -v strip=$(STRIP) port-numbers > services
12+ $(AWK) -f services.gawk -v strip=$(STRIP) port-numbers | unexpand -a > services
13
14 dist: clean
15 rm -vrf ../iana-etc-`cat VERSION`
c6ccd31d 16--- setup-2.4.11/iana-etc-2.30/port-aliases.orig 2006-11-14 17:01:10.000000000 +0100
17+++ setup-2.4.11/iana-etc-2.30/port-aliases 2007-11-25 15:59:09.044373483 +0100
57acc7b1
JB
18@@ -12,3 +12,44 @@
19
20 nicname whois
21
22+# PLD additions
23+discard sink null
24+systat users
25+qotd quote
26+chargen ttytst source
27+smtp mail
28+time timserver
29+rlp resource
30+name nameserver
31+http www www-http
32+kerberos krb5 kerberos5
33+hostname hostnames
34+iso-tsap tsap
35+cso csnet-ns cso-ns
36+pop2 postoffice pop pop-2
37+pop3 pop-3
38+sunrpc portmapper
39+auth tap
40+nntp untp
41+imap imap2
42+snmptrap snmp-trap
43+z39.50 z3950 wais
44+biff comsat
45+who whod
46+shell cmd
47+printer spooler
48+utime unixtime
49+router route routed
50+courier rpc
51+conference chat
52+netnews readnews
53+uucp uucpd
54+kshell krcmd
55+new-rwho new-who
56+rmonitor rmonitord
57+nntps snntp
58+kerberos-iv kerberos4
59+telnets stelnet
60+postgresql postgres
61+jms irrd
62+sane-port sane
This page took 0.097914 seconds and 4 git commands to generate.