* 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)
This commit is contained in:
parent
64ce6b452e
commit
c762d84561
@ -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 <joey@infodrom.north.de>
|
||||
* Finally fixed an error with `-a' processing, thanks to Topi
|
||||
* Miettinen <tom@medialab.sonera.net>.
|
||||
*
|
||||
* Sun May 23 10:08:53 CEST 1999: Martin Schulze <joey@infodrom.north.de>
|
||||
* 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();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user