| Line |  | 
|---|
| 1 |  | 
|---|
| 2 |  | 
|---|
| 3 | This is the porting to Minix of the "syslogd" facility | 
|---|
| 4 | available on many other *nix systems. | 
|---|
| 5 |  | 
|---|
| 6 | Since I' m still using an old 286 machine for my Minix | 
|---|
| 7 | environment, I choosed to start from an old implementation | 
|---|
| 8 | which has only the basic features. The result is a smaller | 
|---|
| 9 | program, more suitable for 16 bits machines. | 
|---|
| 10 |  | 
|---|
| 11 | The file syslog.c should be included in C compiler library | 
|---|
| 12 | (libc.a) or directly linked with prorams requiring syslog. | 
|---|
| 13 |  | 
|---|
| 14 | If you choose the former solution, you must recreate the | 
|---|
| 15 | library.  After having copied the file syslog.c to the | 
|---|
| 16 | directory '/usr/src/libs/other' you have to modify the | 
|---|
| 17 | Makefile in this directory adding syslog.c. | 
|---|
| 18 |  | 
|---|
| 19 | Then issue a 'make' command in the '/usr/src/libs' and wait | 
|---|
| 20 | a while.  Then issue 'make install' to install the new object. | 
|---|
| 21 |  | 
|---|
| 22 | NOTE:   The network must be configured, up and running for | 
|---|
| 23 | the package to work | 
|---|
| 24 |  | 
|---|
| 25 | Giovanni Falzoni <gfalzoni@inwind.it> | 
|---|
| 26 |  | 
|---|
| 27 | $Id: README.minix,v 1.1 2006/04/03 13:07:42 beng Exp $ | 
|---|
| 28 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.