DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦9f3c48028⟧ TextFile

    Length: 463 (0x1cf)
    Types: TextFile
    Notes: UNIX file
    Names: »setup«

Derivation

└─⟦23f6ff13b⟧ Bits:30004042/rcadapt.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦23f6ff13b⟧ UNIX Filesystem
    └─⟦this⟧ »AE/install/setup« 

TextFile

# install the card users in passwd file

ed - /etc/passwd <<-!
	H
	g/^lan1:/d
	g/^lan2:/d
	g/^com1:/d
	g/^com2:/d
	g/^csp:/d
	\$a
	lan1::081:3:Lan card no 1:/usr/cards/lan1:/etc/nologin
	lan2::082:3:Lan card no 1:/usr/cards/lan2:/etc/nologin
	com1::083:3:Com card no 2:/usr/cards/com1:/etc/nologin
	com2::084:3:Com card no 2:/usr/cards/com2:/etc/nologin
	csp::91:1:Csp login:/tmp:/usr/bin/csp
	.
	w
	q
!
if [ $? -ne 0 ]
then
	echo "Edit of /etc/passwd failed"
fi