- simplify findhole() for use for 1 page only
[minix.git] / commands / syslogd / README.minix
blob2fcba23d55e287fea28462d039ec21a3c305eb88
3    This is the porting to Minix of the "syslogd" facility
4    available on many other *nix systems.
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.
11    The file syslog.c should be included in C compiler library
12    (libc.a) or directly linked with prorams requiring syslog.
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.
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.
22    NOTE:   The network must be configured, up and running for
23            the package to work
25    Giovanni Falzoni <gfalzoni@inwind.it>
27    $Id$