slitaz-base-files diff rootfs/etc/services @ rev 337

libtaz.sh: fix behavior of action when it has two or more arguments in form of `action 'Text %s' $var`
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 22 04:32:12 2018 +0200 (2018-03-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/etc/services	Thu Mar 22 04:32:12 2018 +0200
     1.3 @@ -0,0 +1,317 @@
     1.4 +# /etc/services:
     1.5 +# $Id: services,v 1.4 2000/01/23 21:03:36 notting Exp $
     1.6 +#
     1.7 +# Network services, Internet style
     1.8 +#
     1.9 +# Note that it is presently the policy of IANA to assign a single well-known
    1.10 +# port number for both TCP and UDP; hence, most entries here have two entries
    1.11 +# even if the protocol doesn't support UDP operations.
    1.12 +# Updated from RFC 1700, ``Assigned Numbers'' (October 1994).  Not all ports
    1.13 +# are included, only the more common ones.
    1.14 +
    1.15 +tcpmux		1/tcp				# TCP port service multiplexer
    1.16 +echo		7/tcp
    1.17 +echo		7/udp
    1.18 +discard		9/tcp		sink null
    1.19 +discard		9/udp		sink null
    1.20 +systat		11/tcp		users
    1.21 +daytime		13/tcp
    1.22 +daytime		13/udp
    1.23 +netstat		15/tcp
    1.24 +qotd		17/tcp		quote
    1.25 +msp		18/tcp				# message send protocol
    1.26 +msp		18/udp				# message send protocol
    1.27 +chargen		19/tcp		ttytst source
    1.28 +chargen		19/udp		ttytst source
    1.29 +ftp-data	20/tcp
    1.30 +ftp		21/tcp
    1.31 +fsp		21/udp		fspd
    1.32 +ssh		22/tcp				# SSH Remote Login Protocol
    1.33 +ssh		22/udp				# SSH Remote Login Protocol
    1.34 +telnet		23/tcp
    1.35 +# 24 - private
    1.36 +smtp		25/tcp		mail
    1.37 +# 26 - unassigned
    1.38 +time		37/tcp		timserver
    1.39 +time		37/udp		timserver
    1.40 +rlp		39/udp		resource	# resource location
    1.41 +nameserver	42/tcp		name		# IEN 116
    1.42 +whois		43/tcp		nicname
    1.43 +re-mail-ck	50/tcp				# Remote Mail Checking Protocol
    1.44 +re-mail-ck	50/udp				# Remote Mail Checking Protocol
    1.45 +domain		53/tcp		nameserver	# name-domain server
    1.46 +domain		53/udp		nameserver
    1.47 +mtp		57/tcp				# deprecated
    1.48 +bootps		67/tcp				# BOOTP server
    1.49 +bootps		67/udp
    1.50 +bootpc		68/tcp				# BOOTP client
    1.51 +bootpc		68/udp
    1.52 +tftp		69/udp
    1.53 +gopher		70/tcp				# Internet Gopher
    1.54 +gopher		70/udp
    1.55 +rje		77/tcp		netrjs
    1.56 +finger		79/tcp
    1.57 +www		80/tcp		http		# WorldWideWeb HTTP
    1.58 +www		80/udp				# HyperText Transfer Protocol
    1.59 +link		87/tcp		ttylink
    1.60 +kerberos	88/tcp		kerberos5 krb5	# Kerberos v5
    1.61 +kerberos	88/udp		kerberos5 krb5	# Kerberos v5
    1.62 +supdup		95/tcp
    1.63 +# 100 - reserved
    1.64 +hostnames	101/tcp		hostname	# usually from sri-nic
    1.65 +iso-tsap	102/tcp		tsap		# part of ISODE.
    1.66 +csnet-ns	105/tcp		cso-ns		# also used by CSO name server
    1.67 +csnet-ns	105/udp		cso-ns
    1.68 +# unfortunately the poppassd (Eudora) uses a port which has already
    1.69 +# been assigned to a different service. We list the poppassd as an
    1.70 +# alias here. This should work for programs asking for this service.
    1.71 +# (due to a bug in inetd the 3com-tsmux line is disabled)
    1.72 +#3com-tsmux	106/tcp		poppassd
    1.73 +#3com-tsmux	106/udp		poppassd
    1.74 +rtelnet		107/tcp				# Remote Telnet
    1.75 +rtelnet		107/udp
    1.76 +pop2		109/tcp		pop-2	postoffice	# POP version 2
    1.77 +pop2		109/udp		pop-2
    1.78 +pop3		110/tcp		pop-3		# POP version 3
    1.79 +pop3		110/udp		pop-3
    1.80 +sunrpc		111/tcp		portmapper	# RPC 4.0 portmapper TCP
    1.81 +sunrpc		111/udp		portmapper	# RPC 4.0 portmapper UDP
    1.82 +auth		113/tcp		authentication tap ident
    1.83 +sftp		115/tcp
    1.84 +uucp-path	117/tcp
    1.85 +nntp		119/tcp		readnews untp	# USENET News Transfer Protocol
    1.86 +ntp		123/tcp
    1.87 +ntp		123/udp				# Network Time Protocol
    1.88 +netbios-ns	137/tcp				# NETBIOS Name Service
    1.89 +netbios-ns	137/udp
    1.90 +netbios-dgm	138/tcp				# NETBIOS Datagram Service
    1.91 +netbios-dgm	138/udp
    1.92 +netbios-ssn	139/tcp				# NETBIOS session service
    1.93 +netbios-ssn	139/udp
    1.94 +imap2		143/tcp		imap		# Interim Mail Access Proto v2
    1.95 +imap2		143/udp		imap
    1.96 +snmp		161/udp				# Simple Net Mgmt Proto
    1.97 +snmp-trap	162/udp		snmptrap	# Traps for SNMP
    1.98 +cmip-man	163/tcp				# ISO mgmt over IP (CMOT)
    1.99 +cmip-man	163/udp
   1.100 +cmip-agent	164/tcp
   1.101 +cmip-agent	164/udp
   1.102 +xdmcp		177/tcp				# X Display Mgr. Control Proto
   1.103 +xdmcp		177/udp
   1.104 +nextstep	178/tcp		NeXTStep NextStep	# NeXTStep window
   1.105 +nextstep	178/udp		NeXTStep NextStep	# server
   1.106 +bgp		179/tcp				# Border Gateway Proto.
   1.107 +bgp		179/udp
   1.108 +prospero	191/tcp				# Cliff Neuman's Prospero
   1.109 +prospero	191/udp
   1.110 +irc		194/tcp				# Internet Relay Chat
   1.111 +irc		194/udp
   1.112 +smux		199/tcp				# SNMP Unix Multiplexer
   1.113 +smux		199/udp
   1.114 +at-rtmp		201/tcp				# AppleTalk routing
   1.115 +at-rtmp		201/udp
   1.116 +at-nbp		202/tcp				# AppleTalk name binding
   1.117 +at-nbp		202/udp
   1.118 +at-echo		204/tcp				# AppleTalk echo
   1.119 +at-echo		204/udp
   1.120 +at-zis		206/tcp				# AppleTalk zone information
   1.121 +at-zis		206/udp
   1.122 +qmtp		209/tcp				# The Quick Mail Transfer Protocol
   1.123 +qmtp		209/udp				# The Quick Mail Transfer Protocol
   1.124 +z3950		210/tcp		wais		# NISO Z39.50 database
   1.125 +z3950		210/udp		wais
   1.126 +ipx		213/tcp				# IPX
   1.127 +ipx		213/udp
   1.128 +imap3		220/tcp				# Interactive Mail Access
   1.129 +imap3		220/udp				# Protocol v3
   1.130 +rpc2portmap	369/tcp
   1.131 +rpc2portmap	369/udp				# Coda portmapper
   1.132 +codaauth2	370/tcp
   1.133 +codaauth2	370/udp				# Coda authentication server
   1.134 +ulistserv	372/tcp				# UNIX Listserv
   1.135 +ulistserv	372/udp
   1.136 +ldap            389/tcp    			# Lightweight Directory Access Protocol
   1.137 +ldap            389/udp    			# Lightweight Directory Access Protocol
   1.138 +https		443/tcp				# MCom
   1.139 +https		443/udp				# MCom
   1.140 +snpp		444/tcp				# Simple Network Paging Protocol
   1.141 +snpp		444/udp				# Simple Network Paging Protocol
   1.142 +saft		487/tcp				# Simple Asynchronous File Transfer
   1.143 +saft		487/udp				# Simple Asynchronous File Transfer
   1.144 +npmp-local	610/tcp		dqs313_qmaster	# npmp-local / DQS
   1.145 +npmp-local	610/udp		dqs313_qmaster	# npmp-local / DQS
   1.146 +npmp-gui	611/tcp		dqs313_execd	# npmp-gui / DQS
   1.147 +npmp-gui	611/udp		dqs313_execd	# npmp-gui / DQS
   1.148 +hmmp-ind	612/tcp		dqs313_intercell# HMMP Indication / DQS
   1.149 +hmmp-ind	612/udp		dqs313_intercell# HMMP Indication / DQS
   1.150 +#
   1.151 +# UNIX specific services
   1.152 +#
   1.153 +exec		512/tcp
   1.154 +biff		512/udp		comsat
   1.155 +login		513/tcp
   1.156 +who		513/udp		whod
   1.157 +shell		514/tcp		cmd		# no passwords used
   1.158 +syslog		514/udp
   1.159 +printer		515/tcp		spooler		# line printer spooler
   1.160 +talk		517/udp
   1.161 +ntalk		518/udp
   1.162 +route		520/udp		router routed	# RIP
   1.163 +timed		525/udp		timeserver
   1.164 +tempo		526/tcp		newdate
   1.165 +courier		530/tcp		rpc
   1.166 +conference	531/tcp		chat
   1.167 +netnews		532/tcp		readnews
   1.168 +netwall		533/udp				# -for emergency broadcasts
   1.169 +uucp		540/tcp		uucpd		# uucp daemon
   1.170 +afpovertcp	548/tcp				# AFP over TCP
   1.171 +afpovertcp	548/udp				# AFP over TCP
   1.172 +remotefs	556/tcp		rfs_server rfs	# Brunhoff remote filesystem
   1.173 +klogin		543/tcp				# Kerberized `rlogin' (v5)
   1.174 +kshell		544/tcp		krcmd		# Kerberized `rsh' (v5)
   1.175 +kerberos-adm	749/tcp				# Kerberos `kadmin' (v5)
   1.176 +#
   1.177 +webster		765/tcp				# Network dictionary
   1.178 +webster		765/udp
   1.179 +swat		901/tcp				# Samba Web Administration Tool
   1.180 +#
   1.181 +# From ``Assigned Numbers'':
   1.182 +#
   1.183 +#> The Registered Ports are not controlled by the IANA and on most systems
   1.184 +#> can be used by ordinary user processes or programs executed by ordinary
   1.185 +#> users.
   1.186 +#
   1.187 +#> Ports are used in the TCP [45,106] to name the ends of logical
   1.188 +#> connections which carry long term conversations.  For the purpose of
   1.189 +#> providing services to unknown callers, a service contact port is
   1.190 +#> defined.  This list specifies the port used by the server process as its
   1.191 +#> contact port.  While the IANA can not control uses of these ports it
   1.192 +#> does register or list uses of these ports as a convienence to the
   1.193 +#> community.
   1.194 +#
   1.195 +ingreslock	1524/tcp
   1.196 +ingreslock	1524/udp
   1.197 +prospero-np	1525/tcp			# Prospero non-privileged
   1.198 +prospero-np	1525/udp
   1.199 +datametrics	1645/tcp	old-radius	# datametrics / old radius entry
   1.200 +datametrics	1645/udp	old-radius	# datametrics / old radius entry
   1.201 +sa-msg-port	1646/tcp	old-radacct	# sa-msg-port / old radacct entry
   1.202 +sa-msg-port	1646/udp	old-radacct	# sa-msg-port / old radacct entry
   1.203 +radius		1812/tcp			# Radius
   1.204 +radius		1812/udp			# Radius
   1.205 +radacct		1813/tcp			# Radius Accounting
   1.206 +radacct		1813/udp			# Radius Accounting
   1.207 +cvspserver	2401/tcp			# CVS client/server operations
   1.208 +cvspserver	2401/udp			# CVS client/server operations
   1.209 +venus		2430/tcp			# codacon port
   1.210 +venus		2430/udp			# Venus callback/wbc interface
   1.211 +venus-se	2431/tcp			# tcp side effects
   1.212 +venus-se	2431/udp			# udp sftp side effect
   1.213 +codasrv		2432/tcp			# not used
   1.214 +codasrv		2432/udp			# server port
   1.215 +codasrv-se	2433/tcp			# tcp side effects
   1.216 +codasrv-se	2433/udp			# udp sftp side effect
   1.217 +mysql		3306/tcp			# MySQL
   1.218 +mysql		3306/udp			# MySQL
   1.219 +rfe		5002/tcp			# Radio Free Ethernet
   1.220 +rfe		5002/udp			# Actually uses UDP only
   1.221 +cfengine	5308/tcp			# CFengine
   1.222 +cfengine	5308/udp			# CFengine
   1.223 +bbs		7000/tcp			# BBS service
   1.224 +#
   1.225 +#
   1.226 +# Kerberos (Project Athena/MIT) services
   1.227 +# Note that these are for Kerberos v4, and are unofficial.  Sites running
   1.228 +# v4 should uncomment these and comment out the v5 entries above.
   1.229 +#
   1.230 +kerberos4	750/udp		kerberos-iv kdc	# Kerberos (server) udp
   1.231 +kerberos4	750/tcp		kerberos-iv kdc	# Kerberos (server) tcp
   1.232 +kerberos_master	751/udp				# Kerberos authentication
   1.233 +kerberos_master	751/tcp				# Kerberos authentication
   1.234 +passwd_server	752/udp				# Kerberos passwd server
   1.235 +krb_prop	754/tcp				# Kerberos slave propagation
   1.236 +krbupdate	760/tcp		kreg		# Kerberos registration
   1.237 +kpasswd		761/tcp		kpwd		# Kerberos "passwd"
   1.238 +kpop		1109/tcp			# Pop with Kerberos
   1.239 +knetd		2053/tcp			# Kerberos de-multiplexor
   1.240 +zephyr-srv	2102/udp			# Zephyr server
   1.241 +zephyr-clt	2103/udp			# Zephyr serv-hm connection
   1.242 +zephyr-hm	2104/udp			# Zephyr hostmanager
   1.243 +eklogin		2105/tcp			# Kerberos encrypted rlogin
   1.244 +#
   1.245 +# Unofficial but necessary (for NetBSD) services
   1.246 +#
   1.247 +supfilesrv	871/tcp				# SUP server
   1.248 +supfiledbg	1127/tcp			# SUP debugging
   1.249 +#
   1.250 +# Datagram Delivery Protocol services
   1.251 +#
   1.252 +rtmp		1/ddp				# Routing Table Maintenance Protocol
   1.253 +nbp		2/ddp				# Name Binding Protocol
   1.254 +echo		4/ddp				# AppleTalk Echo Protocol
   1.255 +zip		6/ddp				# Zone Information Protocol
   1.256 +#
   1.257 +# Services added for the Debian GNU/Linux distribution
   1.258 +poppassd	106/tcp				# Eudora
   1.259 +poppassd	106/udp				# Eudora
   1.260 +mailq		174/tcp				# Mailer transport queue for Zmailer
   1.261 +mailq		174/udp				# Mailer transport queue for Zmailer
   1.262 +ssmtp		465/tcp				# SMTP over SSL
   1.263 +gdomap		538/tcp				# GNUstep distributed objects
   1.264 +gdomap		538/udp				# GNUstep distributed objects
   1.265 +snews		563/tcp				# NNTP over SSL
   1.266 +ssl-ldap	636/tcp				# LDAP over SSL
   1.267 +omirr		808/tcp		omirrd		# online mirror
   1.268 +omirr		808/udp		omirrd		# online mirror
   1.269 +rsync		873/tcp				# rsync
   1.270 +rsync		873/udp				# rsync
   1.271 +simap	 	993/tcp				# IMAP over SSL
   1.272 +spop3		995/tcp				# POP-3 over SSL
   1.273 +socks		1080/tcp			# socks proxy server
   1.274 +socks		1080/udp			# socks proxy server
   1.275 +rmtcfg		1236/tcp			# Gracilis Packeten remote config server
   1.276 +xtel		1313/tcp			# french minitel
   1.277 +support		1529/tcp			# GNATS
   1.278 +cfinger		2003/tcp			# GNU Finger
   1.279 +ninstall	2150/tcp			# ninstall service
   1.280 +ninstall	2150/udp			# ninstall service
   1.281 +afbackup	2988/tcp			# Afbackup system
   1.282 +afbackup	2988/udp			# Afbackup system
   1.283 +icp		3130/tcp			# Internet Cache Protocol (Squid)
   1.284 +icp		3130/udp			# Internet Cache Protocol (Squid)
   1.285 +postgres	5432/tcp			# POSTGRES
   1.286 +postgres	5432/udp			# POSTGRES
   1.287 +fax		4557/tcp			# FAX transmission service        (old)
   1.288 +hylafax		4559/tcp			# HylaFAX client-server protocol  (new)
   1.289 +noclog		5354/tcp			# noclogd with TCP (nocol)
   1.290 +noclog		5354/udp			# noclogd with UDP (nocol)
   1.291 +hostmon		5355/tcp			# hostmon uses TCP (nocol)
   1.292 +hostmon		5355/udp			# hostmon uses TCP (nocol)
   1.293 +ircd		6667/tcp			# Internet Relay Chat
   1.294 +ircd		6667/udp			# Internet Relay Chat
   1.295 +webcache	8080/tcp			# WWW caching service
   1.296 +webcache	8080/udp			# WWW caching service
   1.297 +tproxy		8081/tcp			# Transparent Proxy
   1.298 +tproxy		8081/udp			# Transparent Proxy
   1.299 +mandelspawn	9359/udp	mandelbrot	# network mandelbrot
   1.300 +amanda		10080/udp			# amanda backup services
   1.301 +kamanda		10081/tcp			# amanda backup services (Kerberos)
   1.302 +kamanda		10081/udp			# amanda backup services (Kerberos)
   1.303 +amandaidx	10082/tcp			# amanda backup services
   1.304 +amidxtape	10083/tcp			# amanda backup services
   1.305 +isdnlog		20011/tcp			# isdn logging system
   1.306 +isdnlog		20011/udp			# isdn logging system
   1.307 +vboxd		20012/tcp			# voice box system
   1.308 +vboxd		20012/udp			# voice box system
   1.309 +binkp		24554/tcp			# Binkley
   1.310 +binkp		24554/udp			# Binkley
   1.311 +asp		27374/tcp			# Address Search Protocol
   1.312 +asp		27374/udp			# Address Search Protocol
   1.313 +tfido		60177/tcp			# Ifmail
   1.314 +tfido		60177/udp			# Ifmail
   1.315 +fido		60179/tcp			# Ifmail
   1.316 +fido		60179/udp			# Ifmail
   1.317 +
   1.318 +# Local services
   1.319 +
   1.320 +linuxconf	98/tcp