mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Added entries for sup into services.
Added an example entry for the pop3 popper into inetd.conf as a comment.
This commit is contained in:
parent
fadc21ae39
commit
71e44e722b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=831
2 changed files with 8 additions and 1 deletions
|
@ -39,3 +39,7 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k
|
|||
#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
|
||||
#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
|
||||
#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
|
||||
#
|
||||
# example entry for the pop3 server
|
||||
#pop3 stream tcp nowait root /usr/local/etc/popper popper
|
||||
#
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# Updated from RFC 1340, ``Assigned Numbers'' (July 1992). Not all ports
|
||||
# are included, only the more common ones.
|
||||
#
|
||||
# $Id$
|
||||
# $Id: services,v 1.3 1993/11/07 00:31:23 wollman Exp $
|
||||
# From: @(#)services 5.8 (Berkeley) 5/9/91
|
||||
#
|
||||
tcpmux 1/tcp # TCP port service multiplexer
|
||||
|
@ -175,3 +175,6 @@ kpasswd 761/tcp kpwd # Kerberos "passwd"
|
|||
#klogin 543/tcp # Kerberos rlogin
|
||||
eklogin 2105/tcp # Kerberos encrypted rlogin
|
||||
#kshell 544/tcp krcmd # Kerberos remote shell
|
||||
#
|
||||
supfilesrv 871/tcp # for SUP
|
||||
supfiledbg 1127/tcp # for SUP
|
||||
|
|
Loading…
Reference in a new issue