[BACK]Return to inetd.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

File: [cvs.NetBSD.org] / src / etc / inetd.conf (download)

Revision 1.58, Tue Oct 16 02:47:14 2007 UTC (16 years, 5 months ago) by tls
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base2, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, mjf-devfs, matt-premerge-20091211, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-premerge-20101231, matt-mips64-base2, matt-armv6-nbase, matt-armv6-base, localcount-20160914, khorben-n900, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Branch point for: pgoyette-localcount
Changes since 1.57: +3 -1 lines

Add httpd to the build.  Add _httpd to passwd and groups and postinstall.
Add /var/www to mtree, add example line to inetd.conf.

#	$NetBSD: inetd.conf,v 1.58 2007/10/16 02:47:14 tls Exp $
#
# Internet server configuration database
#
#	@(#)inetd.conf	8.2 (Berkeley) 3/18/94
#
#http		stream	tcp	nowait:600	_httpd	/usr/libexec/httpd	httpd /var/www
#http		stream	tcp6	nowait:600	_httpd	/usr/libexec/httpd	httpd /var/www
#ftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -ll
#ftp		stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -ll
#telnet		stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd -a valid
#telnet		stream	tcp6	nowait	root	/usr/libexec/telnetd	telnetd -a valid
#shell		stream	tcp	nowait	root	/usr/libexec/rshd	rshd -L
#shell		stream	tcp6	nowait	root	/usr/libexec/rshd	rshd -L
#login		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -L
#login		stream	tcp6	nowait	root	/usr/libexec/rlogind	rlogind -L
#exec		stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
#exec		stream	tcp6	nowait	root	/usr/libexec/rexecd	rexecd
#finger		stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd -lsmu
#finger		stream	tcp6	nowait	nobody	/usr/libexec/fingerd	fingerd -lsmu
#ident		stream	tcp	nowait	nobody	/usr/libexec/identd	identd -l -o OTHER -e -N
#ident		stream	tcp6	nowait	nobody	/usr/libexec/identd	identd -l -o OTHER -e -N
#tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
#tftp		dgram	udp6	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
#comsat		dgram	udp	wait	root	/usr/libexec/comsat	comsat
#comsat		dgram	udp6	wait	root	/usr/libexec/comsat	comsat
#ntalk		dgram	udp	wait	nobody:tty	/usr/libexec/ntalkd	ntalkd
#bootps		dgram	udp	wait	root	/usr/sbin/bootpd	bootpd
#
#	Games
#
#hunt		dgram	udp	wait	nobody	/usr/games/huntd	huntd
#
#	Internal services
#
#tcpmux		stream	tcp	nowait	root	internal
#echo		stream	tcp	nowait	nobody	internal
#echo		stream	tcp6	nowait	nobody	internal
#discard	stream	tcp	nowait	nobody	internal
#discard	stream	tcp6	nowait	nobody	internal
#chargen	stream	tcp	nowait	nobody	internal
#chargen	stream	tcp6	nowait	nobody	internal
#daytime	stream	tcp	nowait	nobody	internal
#daytime	stream	tcp6	nowait	nobody	internal
#time		stream	tcp	nowait	nobody	internal
#time		stream	tcp6	nowait	nobody	internal
#echo		dgram	udp	wait	nobody	internal
#echo		dgram	udp6	wait	nobody	internal
#discard	dgram	udp	wait	nobody	internal
#discard	dgram	udp6	wait	nobody	internal
#chargen	dgram	udp	wait	nobody	internal
#chargen	dgram	udp6	wait	nobody	internal
#daytime	dgram	udp	wait	nobody	internal
#daytime	dgram	udp6	wait	nobody	internal
#time		dgram	udp	wait	nobody	internal
#time		dgram	udp6	wait	nobody	internal
#qotd		stream	tcp	nowait	nobody	/usr/games/fortune	fortune
#qotd		stream	tcp6	nowait	nobody	/usr/games/fortune	fortune
#
#	Kerberos authenticated services
#
#klogin		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
#eklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
#kshell		stream	tcp	nowait	root	/usr/libexec/rshd 	rshd -k
#
#	Services run ONLY on the Kerberos server
#
#kerberos-adm	stream	tcp	nowait	root	/usr/libexec/kadmind	kadmind
#kerberos-adm	stream	tcp6	nowait	root	/usr/libexec/kadmind	kadmind
#kpasswd	dgram	udp	wait	root	/usr/libexec/kpasswdd	kpasswdd
#kpasswd	dgram	udp6	wait	root	/usr/libexec/kpasswdd	kpasswdd
#
# The hprop service is run on slave KDCs to receive the database from
# the master KDC.
#hprop		stream	tcp	nowait	root	/usr/libexec/hpropd	hpropd
#hprop		stream	tcp6	nowait	root	/usr/libexec/hpropd	hpropd
#
#	RPC based services
#
#rstatd/1-3	dgram	rpc/udp	wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
#rstatd/1-3	dgram	rpc/udp6 wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
#rusersd/2-3	dgram	rpc/udp	wait:100 nobody	/usr/libexec/rpc.rusersd rpc.rusersd
#rusersd/2-3	dgram	rpc/udp6 wait:100 nobody /usr/libexec/rpc.rusersd rpc.rusersd
#walld/1	dgram	rpc/udp	wait	nobody:tty /usr/libexec/rpc.rwalld rpc.rwalld
#sprayd/1	dgram	rpc/udp	wait	nobody	/usr/libexec/rpc.sprayd	rpc.sprayd
#rquotad/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad