home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 8 / IOPROG_8.ISO / contents / scripts / sendmail < prev    next >
Encoding:
Text File  |  1997-08-25  |  338 b   |  9 lines

  1. ( cd usr/bin ; rm -rf newaliases )
  2. ( cd usr/bin ; ln -sf /usr/sbin/sendmail newaliases )
  3. ( cd usr/bin ; rm -rf mailq )
  4. ( cd usr/bin ; ln -sf /usr/sbin/sendmail mailq )
  5. ( cd usr/lib ; rm -rf sendmail )
  6. ( cd usr/lib ; ln -sf /usr/sbin/sendmail sendmail )
  7. ( cd usr/bin ; rm -rf sendmail )
  8. ( cd usr/bin ; ln -sf /usr/sbin/sendmail sendmail )
  9.