home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
On Vacation
/
OnVacation.img
/
UUCP_Patch.pkg
/
UUCP_Patch.pre_install
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-03-28
|
158 b
|
12 lines
#!/bin/sh
if test `whoami` != root
then
echo "FAILED (you must be root to install this package)."
exit 1
fi
mv /bin/rmail /bin/rmail.old
echo "OK"
exit 0