source: buchla-68k/orig/DATE/READCAL.txt

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 1.0 KB
Line 
1This is a substitute version of CALENDAR(1). It is upward compatible
2with the standard UNIX version, but has several extensions, and is
3much faster, as it does not envoke EGREP(1). The executable generated
4by compiling calendar.c (see the makefile) is envoked for each user.
5It should be installed in /usr/lib/calendar, or the shell script
6will need to be changed. If you have STRCHR(3) instead of V7's INDEX(3),
7or you have some other function for finding a character in a string,
8change/remove the #define in calendar.c. strchr() is used in the
9C code. If you run calendar SETUSERID to ROOT, then change the man page
10to reflect that fact that world read access is not needed.
11
12You should be able to just type "make install" and get a proper install.
13
14Send complaints/bugs to:
15
16Gregg Wonderly
17Department of Computing and Information Sciences
18Oklahoma State University
19
20UUCP: {cbosgd, ea, ihnp4, isucs1, mcvax, uokvax}!okstate!gregg
21ARPA: gregg@A.CS.OKSTATE.EDU
22
Note: See TracBrowser for help on using the repository browser.