Added information about large file support
This commit is contained in:
parent
795245bfaa
commit
293bb81f22
1
Makefile
1
Makefile
@ -4,6 +4,7 @@ CC= gcc
|
|||||||
#CFLAGS= -g -DSYSV -Wall
|
#CFLAGS= -g -DSYSV -Wall
|
||||||
#LDFLAGS= -g
|
#LDFLAGS= -g
|
||||||
CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce
|
CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce
|
||||||
|
# -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
||||||
LDFLAGS= -s
|
LDFLAGS= -s
|
||||||
|
|
||||||
# Look where your install program is.
|
# Look where your install program is.
|
||||||
|
11
README.1st
11
README.1st
@ -1,5 +1,5 @@
|
|||||||
Very important information before using version 1.3
|
Important information
|
||||||
---------------------------------------------------
|
---------------------
|
||||||
|
|
||||||
The included version of syslogd behaves in a slightly different manner
|
The included version of syslogd behaves in a slightly different manner
|
||||||
to the one in former releases. Please review the following important
|
to the one in former releases. Please review the following important
|
||||||
@ -63,3 +63,10 @@ differences:
|
|||||||
these scripts should remove all old .pid files found in /var/run.
|
these scripts should remove all old .pid files found in /var/run.
|
||||||
This will insure that klogd and syslogd start properly even if prior
|
This will insure that klogd and syslogd start properly even if prior
|
||||||
executions have been terminated harshly.
|
executions have been terminated harshly.
|
||||||
|
|
||||||
|
* Large file support, i.e. support to write to log files that are
|
||||||
|
larger than 2 GB is not part of syslogd, but a matter of the Glibc
|
||||||
|
emitting different system calls to the kernel interface. To support
|
||||||
|
large files you'll have to compile syslogd with the compiler defines
|
||||||
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE so that glibc adjusts the
|
||||||
|
system calls.
|
||||||
|
Loading…
Reference in New Issue
Block a user