From c762d845614ea20ab6822b58c100e40705173160 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 23 May 1999 08:41:06 +0000 Subject: [PATCH] * Fixed typo in syslogd-listfiles (closes: Bug#35408) * Removed superflous call to utmpname() (closes: Bug#34733) * Added --ignore-size and limit for rotating log files at 2MB to syslogd-listfiles (closes: Bug#36198) --- syslogd.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/syslogd.c b/syslogd.c index 0a2f032..537622d 100644 --- a/syslogd.c +++ b/syslogd.c @@ -411,6 +411,11 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88"; * Tue Jan 19 01:04:18 MET 1999: Martin Schulze * Finally fixed an error with `-a' processing, thanks to Topi * Miettinen . + * + * Sun May 23 10:08:53 CEST 1999: Martin Schulze + * Removed superflous call to utmpname(). The path to the utmp + * file is defined in the used libc and should not be hardcoded + * into the syslogd binary referring the system it was compiled on. */ @@ -1898,7 +1903,6 @@ void wallmsg(f, iov) return; /* open the user login file */ - utmpname(_PATH_UTMP); setutent();