|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U u
Length: 625 (0x271)
Types: TextFile
Notes: UNIX file
Names: »unsetup«
└─⟦104d96909⟧ Bits:30004765 SW95718I UNIX LAN Server Rel. 1.1
└─⟦104d96909⟧ UNIX Filesystem
└─⟦this⟧ »LS/install/unsetup«
# @(#)unsetup 1.1, RC International, 90/02/28
# 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
sh /etc/init.d/pcserver stop
rm -f /etc/pcserver.log
# uninstall the fts user in passwd file
if [ -f /usr/options/CH.name ]
then
exit
fi
passmgmt -d ftsfts
rm -fr /usr/ftsfts