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

⟦14a2d1297⟧ TextFile

    Length: 399 (0x18f)
    Types: TextFile
    Notes: UNIX file
    Names: »unsetup«

Derivation

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

TextFile

# Check that there are no lanmux's loading
# from this server

while grep '^lm[0-9][a-f]\{6\}' /etc/passwd >/dev/null 2>&1
do
	echo "${PCKNAME} can't be uninstalled since there are RC911's
loading from this load server.
Please delete those."
	sysadm delrc911
done

# remove lanmux group

ed - /etc/group <<-!
	H
	g/^lanmux:/d
	w
	q
!
if [ $? -ne 0 ]
then
	echo "Uninstall of lanmux group failed"
fi