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 - download

⟦3744427e8⟧ TextFile

    Length: 149 (0x95)
    Types: TextFile
    Notes: UNIX file
    Names: »unsetup«

Derivation

└─⟦6c3d40b06⟧ Bits:30004150 SW95702I LANCOM 2.1
└─⟦6c3d40b06⟧ UNIX Filesystem
    └─ ⟦this⟧ »LC/install/unsetup« 

TextFile

# uninstall the fts user in passwd file

ed - /etc/passwd <<-!
	H
	g/^ftsfts:/d
	w
	q
!
if [ $? -ne 0 ]
then
	echo "uninstall of fts user failed"
fi