home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume6 / reminders / README < prev    next >
Text File  |  1986-11-30  |  2KB  |  57 lines

  1. rs - a reminder system, by:
  2.  
  3.     Don Joslyn, Manager
  4.     Nova University Computer Center
  5.     3301 College Avenue
  6.     Fort Lauderdale, Florida 33314
  7.     (305) 475-7678
  8.     ...{codas, allegra, ucf-cs}!novavax!don
  9.  
  10. This directory contains the source and manual entry for the rs program.
  11. See the manual entry for more information on the use of rs.
  12.  
  13. To Install:
  14.  
  15. 1)    Look at rs.c and change any #defines needed.
  16.     Defaults:
  17.  
  18.         CALENDAR  "/calendar"        users calendar file.
  19.         RSFILE      "/.reminders"        users reminder file.
  20.         RSNOTES      "/.rsnotes"        users notes    file.
  21.  
  22.         LPR        "/usr/ucb/lpr"    location of lpr command.
  23.         EDITOR        "/usr/ucb/vi"    default editor.
  24.  
  25.         MAXLINES    500        Max. number of lines (reminders)
  26.         MAXLEN        256        Max. len of a single line.
  27.  
  28.     If your /tmp directory is somewhere else, change rstmp.
  29.     Default:    char rstmp[] = "/tmp/rsXXXXX"
  30.  
  31. 2)    Edit the Makefile.
  32.  
  33.     Change target directory for the rs executable and manual entry
  34.     if you wish.
  35.  
  36.     Defaults:
  37.  
  38.         DEST  = /usr/local        rs program >> /usr/local
  39.         MDEST = /usr/man/manl        rs manual  >> /usr/man/manl
  40.  
  41.     If you have something other than termcap, make the change to LIBS.
  42.  
  43.     If you are not a BSD site, take '-DBSD' out of the Makefile so that
  44.     strnchr and <string.h> will be used in place of rindex and <strings.h>
  45.  
  46. 3)    Run 'make install' which will make and install the executables and the
  47.     manual entries.
  48.     If you want to compile the rs program in the current directory,
  49.     run 'make program'.
  50.  
  51. ------------------
  52. Mail questions to:
  53.  
  54.     ...{codas, allegra, ucf-cs}!novavax!don
  55.  
  56. The main purpose of the rs command, is to make remembering easy!
  57.