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