home *** CD-ROM | disk | FTP | other *** search
/ On Vacation / OnVacation.img / UUCP_Patch.pkg / UUCP_Patch.pre_install < prev    next >
Text File  |  1995-03-27  |  158b  |  12 lines

  1. #!/bin/sh
  2.  
  3. if test `whoami` != root
  4. then
  5.     echo "FAILED (you must be root to install this package)."
  6.     exit 1
  7. fi
  8.  
  9. mv /bin/rmail /bin/rmail.old
  10. echo "OK"
  11. exit 0
  12.