[Lunar-commits] CVS: lunar-iso/template/etc fstab, NONE, 1.1 group, NONE, 1.1 ld.so.cache, NONE, 1.1 ld.so.conf, NONE, 1.1 modules.conf, NONE, 1.1 motd, NONE, 1.1 passwd, NONE, 1.1 protocols, NONE, 1.1 services, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Mon Nov 22 20:51:16 UTC 2004


Update of /var/cvs/lunar/lunar-iso/template/etc
In directory espresso.foo-projects.org:/tmp/cvs-serv9685

Added Files:
	fstab group ld.so.cache ld.so.conf modules.conf motd passwd 
	protocols services 
Log Message:
Initial import

--- NEW FILE: fstab ---
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>

# proc is required pretty much on any linux system except embedded systems:
proc	/proc		proc	defaults	0 0

# devfs is the default for 2.4-based systems
devfs   /dev            devfs   defaults        0 0

# shmfs is surpassed and obsolete
#shm	/dev/shm	shm	defaults	0 0

# devfs and devpts are not friends, yet 2.6 needs devpts:
devpts	/dev/pts	devpts	defaults	0 0

# usb devfs can be helpfull on interactive (desktop) machines
usbdevfs  /proc/bus/usb   usbdevfs defaults       0 0 

# /tmp should be wiped on boot so by default it helps to have it on tmpfs
tmpfs	/tmp		tmpfs	defaults,size=256m,nr_inodes=64m	0 0

# /var/lock and /var/run need to be clean on reboot:
tmpfs	/var/lock	tmpfs	size=4m	0 0
tmpfs	/var/run	tmpfs	size=4m	0 0

# /var/tmp should NOT be on tmpfs, LSB states that the contents of it must 
# stay intact on reboot
#tmpfs	/var/tmp	tmpfs	size=32m	0 0



--- NEW FILE: group ---
root:x:0:
daemon:x:1:
bin:x:2:
sys:x:3:
adm:x:4:
tty:x:5:
disk:x:6:
lp:x:7:
mail:x:8:
news:x:9:
uucp:x:10:
backup:x:11:
ftp:x:12:
staff:x:13:
sshd:x:14:
kmem:x:15:
ppp:x:16:
fax:x:17:
voice:x:18:
cdrom:x:19:
floppy:x:20:
tape:x:21:
sudo:x:22:
audio:x:23:
shadow:x:24:
utmp:x:25:
video:x:26:
games:x:27:
proxy:x:28:
postfix:x:29:
postdrop:x:30:
mysql:x:31:
users:x:100:
nogroup:x:65534:

--- NEW FILE: ld.so.cache ---
ld.so-1.7.0


ib/libform.so
--- NEW FILE: ld.so.conf ---

--- NEW FILE: modules.conf ---

--- NEW FILE: motd ---

Welcome to Lunar Linux %VERSION% (%CODENAME%)!

Read `man lfirsttime` if you are a new Lunar Linux user. It contains
many hints that are useful if you do not know what to do next.

Also read the unix manual pages for lunar, moonbase, lin and lrm.

Please remember that the ISO is not a fully featured working system,
you should install your favorite tools and packages yourself with `lin`.

You are reading the contents of "/etc/motd", if you don't edit it, it will
continue to bug you with the message above.


--- NEW FILE: passwd ---
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/bin/false
bin:x:2:2:bin:/bin:/bin/false
sys:x:3:3:sys:/dev:/bin/false
sync:x:4:4:sync:/bin:/bin/sync
games:x:5:5:games:/usr/games:/bin/false
man:x:6:6:man:/var/cache/man:/bin/false
lp:x:7:7:lp:/var/spool/lpd:/bin/false
mail:x:8:8:mail:/var/spool/mail:/bin/false
news:x:9:9:news:/var/spool/news:/bin/false
uucp:x:10:10:uucp:/var/spool/uucp:/bin/false
backup:x:11:11:backup:/var/backups:/bin/false
ftp:x:12:12::/home/ftp:/bin/false
operator:x:13:13:Operator:/var:/bin/bash
sshd:x:14:14::/var/empty:/bin/false
postdrop:x:29:29::/home/postdrop:/bin/false
postfix:x:30:30::/home/postfix:/bin/false
mysql:x:31:31::/var/lib/mysql:/bin/false
nobody:x:65534:65534:nobody:/home:/bin/false

--- NEW FILE: protocols ---
#
# protocols	This file describes the various protocols that are
#		available from the TCP/IP subsystem.  It should be
#		consulted instead of using the numbers in the ARPA
#		include files, or, worse, just guessing them.
#

ip	0	IP	# internet protocol, pseudo protocol number
icmp	1	ICMP	# internet control message protocol
igmp	2	IGMP	# internet group multicast protocol
ggp	3	GGP	# gateway-gateway protocol
tcp	6	TCP	# transmission control protocol
pup	12	PUP	# PARC universal packet protocol
udp	17	UDP	# user datagram protocol
idp	22	IDP	# WhatsThis?
raw	255	RAW	# RAW IP interface

# End.

--- NEW FILE: services ---
#
# Network services, Internet style
#
# Note that it is presently the policy of IANA to assign a single well-known
# port number for both TCP and UDP; hence, most entries here have two entries
# even if the protocol doesn't support UDP operations.
#
# The list below is a compilation of the numbers in RFC 1340 and common
# unix ports that that specific RFC leaves out but are widespread in use.
#


tcpmux		1/tcp		# TCP port service multiplexer
echo		7/tcp
echo		7/udp
discard		9/tcp		sink null
discard		9/udp		sink null
systat		11/tcp		users
daytime		13/tcp
daytime		13/udp
netstat		15/tcp
qotd		17/tcp		quote
msp		18/tcp		# message send protocol
msp		18/udp		# message send protocol
chargen		19/tcp		ttytst source
chargen		19/udp		ttytst source
ftp-data	20/tcp
ftp		21/tcp
ssh		22/tcp
telnet		23/tcp
smtp		25/tcp		mail
time		37/tcp		timserver
time		37/udp		timserver
rlp		39/udp		resource	# resource location
nameserver	42/tcp		name		# IEN 116
whois		43/tcp		nicname
domain		53/tcp		nameserver	# name-domain server
domain		53/udp		nameserver
mtp		57/tcp				# deprecated
bootps		67/tcp		# BOOTP server
bootps		67/udp
bootpc		68/tcp		# BOOTP client
bootpc		68/udp
tftp		69/udp
gopher		70/tcp		# Internet Gopher
gopher		70/udp
rje		77/tcp		netrjs
finger		79/tcp
http		80/tcp
www		80/tcp		http	# WorldWideWeb HTTP
link		87/tcp		ttylink
kerberos	88/tcp		krb5	# Kerberos v5
kerberos	88/udp
supdup		95/tcp
# 100 - reserved
hostnames	101/tcp		hostname	# usually from sri-nic
iso-tsap	102/tcp		tsap		# part of ISODE.
csnet-ns	105/tcp		cso-ns	# also used by CSO name server
csnet-ns	105/udp		cso-ns
rtelnet		107/tcp		# Remote Telnet
rtelnet		107/udp
pop2		109/tcp		postoffice	# POP version 2
pop3		110/tcp		# POP version 3
sunrpc		111/tcp
sunrpc		111/udp
auth		113/tcp		tap ident authentication
sftp		115/tcp
uucp-path	117/tcp
nntp		119/tcp		readnews untp	# USENET News Transfer Protocol
ntp		123/tcp
ntp		123/udp				# Network Time Protocol
netbios-ns	137/tcp				# NETBIOS Name Service
netbios-ns	137/udp
netbios-dgm	138/tcp				# NETBIOS Datagram Service
netbios-dgm	138/udp
netbios-ssn	139/tcp				# NETBIOS session service
netbios-ssn	139/udp
imap2		143/tcp				# Interim Mail Access Proto v2
snmp		161/udp				# Simple Net Mgmt Proto
snmp-trap	162/udp		snmptrap	# Traps for SNMP
cmip-man	163/tcp				# ISO mgmt over IP (CMOT)
cmip-man	163/udp
cmip-agent	164/tcp
cmip-agent	164/udp
xdmcp		177/tcp				# X Display Mgr. Control Proto
xdmcp		177/udp
nextstep	178/tcp		NeXTStep NextStep	# NeXTStep window
nextstep	178/udp		NeXTStep NextStep	# server
bgp		179/tcp				# Border Gateway Proto.
bgp		179/udp
prospero	191/tcp				# Cliff Neuman's Prospero
prospero	191/udp
irc		194/tcp				# Internet Relay Chat
irc		194/udp
smux		199/tcp				# SNMP Unix Multiplexer
smux		199/udp
at-rtmp		201/tcp				# AppleTalk routing
at-rtmp		201/udp
at-nbp		202/tcp				# AppleTalk name binding
at-nbp		202/udp
at-echo		204/tcp				# AppleTalk echo
at-echo		204/udp
at-zis		206/tcp				# AppleTalk zone information
at-zis		206/udp
z3950		210/tcp		wais		# NISO Z39.50 database
z3950		210/udp		wais
ipx		213/tcp				# IPX
ipx		213/udp
imap3		220/tcp				# Interactive Mail Access
ulistserv	372/tcp				# UNIX Listserv
ulistserv	372/udp
https		443/tcp
smb		445/tcp
exec		512/tcp
biff		512/udp		comsat
login		513/tcp
who		513/udp		whod
shell		514/tcp		cmd		# no passwords used
syslog		514/udp
printer		515/tcp		spooler		# line printer spooler
talk		517/udp
ntalk		518/udp
route		520/udp		router routed	# RIP
timed		525/udp		timeserver
tempo		526/tcp		newdate
courier		530/tcp		rpc
conference	531/tcp		chat
netnews		532/tcp		readnews
netwall		533/udp				# -for emergency broadcasts
uucp		540/tcp		uucpd		# uucp daemon
remotefs	556/tcp		rfs_server rfs	# Brunhoff remote filesystem
klogin		543/tcp				# Kerberized `rlogin' (v5)
kshell		544/tcp				# Kerberized `rsh' (v5)
kerberos-adm	749/tcp				# Kerberos `kadmin' (v5)
webster		765/tcp				# Network dictionary
webster		765/udp
rsync		873/tcp
swat		901/tcp
imaps		993/tcp
pop3s		995/tcp


#
# From ``Assigned Numbers'':
#
#> The Registered Ports are not controlled by the IANA and on most systems
#> can be used by ordinary user processes or programs executed by ordinary
#> users.
#
#> Ports are used in the TCP [45,106] to name the ends of logical
#> connections which carry long term conversations.  For the purpose of
#> providing services to unknown callers, a service contact port is
#> defined.  This list specifies the port used by the server process as its
#> contact port.  While the IANA can not control uses of these ports it
#> does register or list uses of these ports as a convienence to the
#> community.
#


ingreslock	1524/tcp
ingreslock	1524/udp
prospero-np	1525/tcp		# Prospero non-privileged
prospero-np	1525/udp
cvspserver	2401/tcp              # cvs network server, cvspserver
cvspserver	2401/udp              # cvs network server, cvspserver
mysql           3306/tcp  	      # mysql server
rfe		5002/tcp		# Radio Free Ethernet
rfe		5002/udp		# Actually uses UDP only




More information about the Lunar-commits mailing list