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

⟦f1da75c12⟧ TextFile

    Length: 552 (0x228)
    Types: TextFile
    Notes: UNIX file
    Names: »setup«

Derivation

└─⟦104d96909⟧ Bits:30004765 SW95718I UNIX LAN Server Rel. 1.1
└─⟦104d96909⟧ UNIX Filesystem
    └─ ⟦this⟧ »LS/install/setup« 

TextFile

# @(#)setup	1.1, RC International, 90/03/27
# 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

# install the fts user in passwd file

passmgmt -d ftsfts > /dev/null 2>&1
if [ $? -ne 0 ]
then
ed - /etc/passwd <<-!
	H
	g/^ftsfts:/d
	w
	q
!
fi
passmgmt -a -c"Fts default user" -h /usr/ftsfts -g 90 -u 90 -s /etc/ftsh ftsfts
passwd -d -n 2 -x 1 ftsfts
if [ ! -d /usr/ftsfts ]
then
	mkdir /usr/ftsfts
fi
chown root /usr/ftsfts
chgrp sys /usr/ftsfts