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

⟦3615f70b9⟧ TextFile

    Length: 196 (0xc4)
    Types: TextFile
    Notes: UNIX file
    Names: »unsetup«

Derivation

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

TextFile

# uninstall 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
	w
	q
!
if [ $? -ne 0 ]
then
	echo "Edit of /etc/passwd failed"
fi