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

⟦c4e3d88be⟧ TextFile

    Length: 158 (0x9e)
    Types: TextFile
    Notes: UNIX file
    Names: »setup«

Derivation

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

TextFile

# install lanmux group

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