|
|
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 - download
Length: 399 (0x18f)
Types: TextFile
Notes: UNIX file
Names: »unsetup«
└─⟦6c3d40b06⟧ Bits:30004150 SW95702I LANCOM 2.1
└─⟦6c3d40b06⟧ UNIX Filesystem
└─⟦this⟧ »LM/install/unsetup«
# 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