]> git.pld-linux.org Git - projects/setup.git/commitdiff
o Added some comments
authorelephant <elephant@projcom.com.pl>
Sun, 7 Mar 1999 20:30:52 +0000 (20:30 +0000)
committerelephant <elephant@projcom.com.pl>
Sun, 7 Mar 1999 20:30:52 +0000 (20:30 +0000)
Changed files:
    etc/services -> 1.9

etc/services

index 51faf1c0bef965a84c3451ea6c705aefe2ec2f40..b467c2c868a776606c9caaf8b33b13c3b3c81063 100644 (file)
@@ -4,26 +4,26 @@
 #              consulted instead of using the numbers in the ARPA
 #              include files, or, worse, just guessing them.
 #
-# Version:     @(#)/etc/services       2.00    04/30/93
-#
 # Author:      Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
 #
 # Additional Services for PLD Linux
 #
 # Author:      Arkadiusz Mi¶kiewicz, <misiek@debian.eu.org>
+#               Marek Obuchowicz <elephant@pld.org.pl>
+
 
 tcpmux         1/tcp                           # rfc-1078
 echo           7/tcp
 echo           7/udp
-discard                9/tcp           sink null
-discard                9/udp           sink null
+discard                9/tcp           sink null       # internet /dev/null
+discard                9/udp           sink null       # internet /dev/null
 systat         11/tcp          users
 daytime                13/tcp
 daytime                13/udp
 netstat                15/tcp
 qotd           17/tcp          quote
-chargen                19/tcp          ttytst source
-chargen                19/udp          ttytst source
+chargen                19/tcp          ttytst source   # internet /dev/random
+chargen                19/udp          ttytst source   # internet /dev/random
 ftp-data       20/tcp
 ftp            21/tcp                          # File Transfer Protocol
 fsp             21/udp          fspd
@@ -44,7 +44,7 @@ bootpc                68/udp                          # bootp client
 tftp           69/udp                          # Trival FTP
 gopher         70/tcp                          # gopher server
 rje            77/tcp
-finger         79/tcp
+finger         79/tcp                          # Old good finger :)
 http           80/tcp                          # www is used by some broken 
 www            80/tcp                          # progs, http is more correct
 link           87/tcp          ttylink
@@ -56,8 +56,7 @@ iso-tsap      102/tcp
 x400           103/tcp                         # ISO Mail
 x400-snd       104/tcp
 csnet-ns       105/tcp
-poppassd        106/tcp                                # Eudora
-poppassd        106/udp                                # Eudora
+poppassd        106/tcp                                # Eudora passwd changer
 pop-2          109/tcp                         # PostOffice V.2
 pop-3          110/tcp                         # PostOffice V.3
 pop            110/tcp                         # PostOffice V.3
This page took 3.044849 seconds and 4 git commands to generate.