Annotation of coherent/a/script, revision 1.1.1.1

1.1       root        1: clear
                      2: 
                      3: /bin/echo "Before re-establishing your remote connections to other uucp sites
                      4: or before other users on your system use the new mail utilities,
                      5: it is necessary to convert the existing mailboxes to the new mail
                      6: format used by Coherent 4.0. Failure to do this will result in
                      7: unpredictable behavior of the mail utilities."
                      8: 
                      9: /bin/echo "Do you wich to convert existing mailboxes now? (y/n)\c"
                     10: 
                     11: read answ
                     12: 
                     13: echo $answ
                     14: if test ($answ = "n" )
                     15:  then
                     16:           echo "To manually convert your system's mailboxes, run:"
                     17:           echo "        /bin/cvmail -m "boxname"
                     18:           echo "for each mailbox in the directory /usr/spool/mail."
                     19:           echo 
                     20:           echo "To convert other files where you or other users of"
                     21:           echo "your system may have saved mail messages, run:"
                     22:           echo "        /bin/cvmail filename"
                     23:           echo
                     24:           echo "Press return to continue...\c"
                     25:           read answ
                     26:           exit 1
                     27: fi

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.