This commit is contained in:
parent
08377c86e6
commit
27f938a3ac
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 11:40:04 CET 2008 - werner@suse.de
|
||||||
|
|
||||||
|
- Add missing prerequirements (bug #355801)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 9 17:19:05 CEST 2007 - olh@suse.de
|
Thu Aug 9 17:19:05 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
270
syslogd.spec
270
syslogd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package syslogd (Version 1.4.1)
|
# spec file for package syslogd (Version 1.4.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -15,11 +15,11 @@ Name: syslogd
|
|||||||
%define omc_svcdir %{omc_prefix}/svcinfo.d
|
%define omc_svcdir %{omc_prefix}/svcinfo.d
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
PreReq: klogd
|
PreReq: coreutils %fillup_prereq klogd sed
|
||||||
Provides: syslog
|
Provides: syslog
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 1.4.1
|
Version: 1.4.1
|
||||||
Release: 623
|
Release: 648
|
||||||
Summary: The Syslog daemon
|
Summary: The Syslog daemon
|
||||||
Source: sysklogd-1.4.1.tar.bz2
|
Source: sysklogd-1.4.1.tar.bz2
|
||||||
Source1: logrotate.syslog
|
Source1: logrotate.syslog
|
||||||
@ -222,266 +222,268 @@ fi
|
|||||||
%{omc_svcdir}/syslog.xml
|
%{omc_svcdir}/syslog.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 09 2007 - olh@suse.de
|
* Thu Jan 24 2008 werner@suse.de
|
||||||
|
- Add missing prerequirements (bug #355801)
|
||||||
|
* Thu Aug 09 2007 olh@suse.de
|
||||||
- remove inclusion of asm/bitops.h
|
- remove inclusion of asm/bitops.h
|
||||||
* Mon Jun 18 2007 - coolo@suse.de
|
* Mon Jun 18 2007 coolo@suse.de
|
||||||
- don't sleep during boot - and rather sync the logfile
|
- don't sleep during boot - and rather sync the logfile
|
||||||
* Mon May 14 2007 - mt@suse.de
|
* Mon May 14 2007 mt@suse.de
|
||||||
- Bug #256671: Changed default value of SYSLOG_DAEMON variable in
|
- Bug #256671: Changed default value of SYSLOG_DAEMON variable in
|
||||||
/etc/sysconfig/syslog to "" (autodetect), adopted description.
|
/etc/sysconfig/syslog to "" (autodetect), adopted description.
|
||||||
Added check to init scripts, that sets SYSLOG_DAEMON variable
|
Added check to init scripts, that sets SYSLOG_DAEMON variable
|
||||||
to one of the currently installed daemons in case it is empty
|
to one of the currently installed daemons in case it is empty
|
||||||
or not up-to-date. Added reset of the variable in rpm postun.
|
or not up-to-date. Added reset of the variable in rpm postun.
|
||||||
* Tue Jan 09 2007 - mt@suse.de
|
* Tue Jan 09 2007 mt@suse.de
|
||||||
- Changed to install syslog.xml to /usr/share/omc/svcinfo.d,
|
- Changed to install syslog.xml to /usr/share/omc/svcinfo.d,
|
||||||
fate #301833.
|
fate #301833.
|
||||||
* Thu Jan 04 2007 - mt@suse.de
|
* Thu Jan 04 2007 mt@suse.de
|
||||||
- Added syslogd path to processInformation tag in syslog.xml and
|
- Added syslogd path to processInformation tag in syslog.xml and
|
||||||
moved it to klogd file list; used by syslog-ng too (FATE #301833)
|
moved it to klogd file list; used by syslog-ng too (FATE #301833)
|
||||||
- Improved run-time switch from syslogd to syslog-ng (bug #166933)
|
- Improved run-time switch from syslogd to syslog-ng (bug #166933)
|
||||||
* Mon Dec 11 2006 - mskibbe@suse.de
|
* Mon Dec 11 2006 mskibbe@suse.de
|
||||||
- add service xml file
|
- add service xml file
|
||||||
* Wed Nov 15 2006 - werner@suse.de
|
* Wed Nov 15 2006 werner@suse.de
|
||||||
- Require rcnetwork due rcsyslog script does it (bug #214297)
|
- Require rcnetwork due rcsyslog script does it (bug #214297)
|
||||||
* Wed Sep 13 2006 - mt@suse.de
|
* Wed Sep 13 2006 mt@suse.de
|
||||||
- Feature #300891: Remove SuSEconfig dependency of syslog-ng
|
- Feature #300891: Remove SuSEconfig dependency of syslog-ng
|
||||||
* Adopted /etc/init.d/syslog script to append additional
|
* Adopted /etc/init.d/syslog script to append additional
|
||||||
sockets using -a options for syslog-ng as well.
|
sockets using -a options for syslog-ng as well.
|
||||||
* Thu Aug 24 2006 - werner@suse.de
|
* Thu Aug 24 2006 werner@suse.de
|
||||||
- Just use <linux/bitops.h> to to the same
|
- Just use <linux/bitops.h> to to the same
|
||||||
* Fri Aug 18 2006 - aj@suse.de
|
* Fri Aug 18 2006 aj@suse.de
|
||||||
- Fix build.
|
- Fix build.
|
||||||
* Tue Jul 11 2006 - werner@suse.de
|
* Tue Jul 11 2006 werner@suse.de
|
||||||
- Enable run-time switch from syslogd to syslog-ng (bug #166933)
|
- Enable run-time switch from syslogd to syslog-ng (bug #166933)
|
||||||
* Mon May 22 2006 - schwab@suse.de
|
* Mon May 22 2006 schwab@suse.de
|
||||||
- Don't strip binaries.
|
- Don't strip binaries.
|
||||||
* Wed Feb 15 2006 - mt@suse.de
|
* Wed Feb 15 2006 mt@suse.de
|
||||||
- Added log rotation for /var/log/news/news.* files
|
- Added log rotation for /var/log/news/news.* files
|
||||||
* Wed Feb 08 2006 - werner@suse.de
|
* Wed Feb 08 2006 werner@suse.de
|
||||||
- Prevent directly the fortified cpp macros of the system syslog
|
- Prevent directly the fortified cpp macros of the system syslog
|
||||||
function and revert the skip of _FORTIFY_SOURCE.
|
function and revert the skip of _FORTIFY_SOURCE.
|
||||||
* Wed Feb 08 2006 - werner@suse.de
|
* Wed Feb 08 2006 werner@suse.de
|
||||||
- Skip _FORTIFY_SOURCE for klogd/syslogd to be able to use
|
- Skip _FORTIFY_SOURCE for klogd/syslogd to be able to use
|
||||||
our own functions without any filter (bug #147363)
|
our own functions without any filter (bug #147363)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Dec 20 2005 - ro@suse.de
|
* Tue Dec 20 2005 ro@suse.de
|
||||||
- remove explicit requires for devs
|
- remove explicit requires for devs
|
||||||
* Wed Oct 05 2005 - werner@suse.de
|
* Wed Oct 05 2005 werner@suse.de
|
||||||
- Enable 64 bit file interface
|
- Enable 64 bit file interface
|
||||||
* Thu Sep 29 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Tue Sep 20 2005 - werner@suse.de
|
* Tue Sep 20 2005 werner@suse.de
|
||||||
- Avoid broken function implementation by fortified header
|
- Avoid broken function implementation by fortified header
|
||||||
* Mon Jul 25 2005 - mt@suse.de
|
* Mon Jul 25 2005 mt@suse.de
|
||||||
- Bug #94743: Added note to the logrotate.syslog file about
|
- Bug #94743: Added note to the logrotate.syslog file about
|
||||||
changing log file permissions in case syslog-ng is used.
|
changing log file permissions in case syslog-ng is used.
|
||||||
* Fri Jun 17 2005 - werner@suse.de
|
* Fri Jun 17 2005 werner@suse.de
|
||||||
- Use -fpie/-pie
|
- Use -fpie/-pie
|
||||||
* Tue May 24 2005 - werner@suse.de
|
* Tue May 24 2005 werner@suse.de
|
||||||
- Fix of the priority and facility patch: do not pass SHOWPRI flag
|
- Fix of the priority and facility patch: do not pass SHOWPRI flag
|
||||||
if no no facility and priority values are used (bug #85453).
|
if no no facility and priority values are used (bug #85453).
|
||||||
* Tue Apr 19 2005 - aj@suse.de
|
* Tue Apr 19 2005 aj@suse.de
|
||||||
- Fix messages.
|
- Fix messages.
|
||||||
* Wed Mar 09 2005 - ro@suse.de
|
* Wed Mar 09 2005 ro@suse.de
|
||||||
- added split-provides for klogd
|
- added split-provides for klogd
|
||||||
* Tue Mar 08 2005 - mt@suse.de
|
* Tue Mar 08 2005 mt@suse.de
|
||||||
- Bug #71264: added stop_on_removal/restart_on_removal to
|
- Bug #71264: added stop_on_removal/restart_on_removal to
|
||||||
the spec file, fixed try-restart action in the init script
|
the spec file, fixed try-restart action in the init script
|
||||||
* Mon Mar 07 2005 - mt@suse.de
|
* Mon Mar 07 2005 mt@suse.de
|
||||||
- Bug #71085: removed syslog requirement from klogd sub-package
|
- Bug #71085: removed syslog requirement from klogd sub-package
|
||||||
* Fri Feb 11 2005 - mt@suse.de
|
* Fri Feb 11 2005 mt@suse.de
|
||||||
- fixed rpm post-install script to switch SYSLOG_DAEMON to
|
- fixed rpm post-install script to switch SYSLOG_DAEMON to
|
||||||
ourself if it is set to a daemon that is not installed
|
ourself if it is set to a daemon that is not installed
|
||||||
(happens if we replace a syslog-ng installed before)
|
(happens if we replace a syslog-ng installed before)
|
||||||
- fixed init scripts to not to report failures on stop
|
- fixed init scripts to not to report failures on stop
|
||||||
* Fri Feb 11 2005 - ro@suse.de
|
* Fri Feb 11 2005 ro@suse.de
|
||||||
- split off klogd package
|
- split off klogd package
|
||||||
- provide "syslog"
|
- provide "syslog"
|
||||||
* Thu Jan 27 2005 - werner@suse.de
|
* Thu Jan 27 2005 werner@suse.de
|
||||||
- Add UTF8 compatibility (bug #49980)
|
- Add UTF8 compatibility (bug #49980)
|
||||||
- Make early syslog more smooth for e.g. rcsyslog restart
|
- Make early syslog more smooth for e.g. rcsyslog restart
|
||||||
* Tue Jan 25 2005 - ro@suse.de
|
* Tue Jan 25 2005 ro@suse.de
|
||||||
- change klogd params from "-2" to "-x" by default
|
- change klogd params from "-2" to "-x" by default
|
||||||
* Thu Jan 20 2005 - coolo@suse.de
|
* Thu Jan 20 2005 coolo@suse.de
|
||||||
- only skip syslog start when booting into init 5
|
- only skip syslog start when booting into init 5
|
||||||
* Mon Jan 10 2005 - coolo@suse.de
|
* Mon Jan 10 2005 coolo@suse.de
|
||||||
- add an early syslog that is started before network and checks
|
- add an early syslog that is started before network and checks
|
||||||
for hostnames in syslog.conf
|
for hostnames in syslog.conf
|
||||||
* Thu Dec 16 2004 - werner@suse.de
|
* Thu Dec 16 2004 werner@suse.de
|
||||||
- Add preserve percents patch to fix bug #49228
|
- Add preserve percents patch to fix bug #49228
|
||||||
- Be sure that recvfrom() is awaken by SIGALRM and SIGTERM
|
- Be sure that recvfrom() is awaken by SIGALRM and SIGTERM
|
||||||
* Tue Nov 16 2004 - werner@suse.de
|
* Tue Nov 16 2004 werner@suse.de
|
||||||
- Quieten the build
|
- Quieten the build
|
||||||
* Fri Oct 15 2004 - werner@suse.de
|
* Fri Oct 15 2004 werner@suse.de
|
||||||
- Add two patches from sgi (bug #46783)
|
- Add two patches from sgi (bug #46783)
|
||||||
* Add logging on UNIX sockets
|
* Add logging on UNIX sockets
|
||||||
* Add priority and facility marks in the log messages
|
* Add priority and facility marks in the log messages
|
||||||
* Thu Aug 19 2004 - od@suse.de
|
* Thu Aug 19 2004 od@suse.de
|
||||||
- removed creation of unused /dev/:[0-5]; GetDevices of
|
- removed creation of unused /dev/:[0-5]; GetDevices of
|
||||||
xorg-x11.rpm uses /dev/tty0 to find the virtual terminal of a
|
xorg-x11.rpm uses /dev/tty0 to find the virtual terminal of a
|
||||||
local X-server (#43931)
|
local X-server (#43931)
|
||||||
* Thu Jul 29 2004 - od@suse.de
|
* Thu Jul 29 2004 od@suse.de
|
||||||
- klogd now reads log buffer size from kernel. Falls back to
|
- klogd now reads log buffer size from kernel. Falls back to
|
||||||
probing as in dmesg (#39761).
|
probing as in dmesg (#39761).
|
||||||
* Tue May 18 2004 - werner@suse.de
|
* Tue May 18 2004 werner@suse.de
|
||||||
- Correct last change
|
- Correct last change
|
||||||
* Mon May 17 2004 - werner@suse.de
|
* Mon May 17 2004 werner@suse.de
|
||||||
- No more symbol and EIP translation for 2.6 kernels (#40651)
|
- No more symbol and EIP translation for 2.6 kernels (#40651)
|
||||||
* Mon Apr 19 2004 - werner@suse.de
|
* Mon Apr 19 2004 werner@suse.de
|
||||||
- Fix syslogd argument list handling (fix from Solar Designer)
|
- Fix syslogd argument list handling (fix from Solar Designer)
|
||||||
* Wed Mar 24 2004 - werner@suse.de
|
* Wed Mar 24 2004 werner@suse.de
|
||||||
- Be prepared for udev (bug #36671)
|
- Be prepared for udev (bug #36671)
|
||||||
* Thu Jan 29 2004 - werner@suse.de
|
* Thu Jan 29 2004 werner@suse.de
|
||||||
- Enable sample-s390.conf also for s390x (aka zSeries?, bug #34153)
|
- Enable sample-s390.conf also for s390x (aka zSeries?, bug #34153)
|
||||||
* Mon Sep 29 2003 - kukuk@suse.de
|
* Mon Sep 29 2003 kukuk@suse.de
|
||||||
- Use SO_BSDCOMPAT only if defined
|
- Use SO_BSDCOMPAT only if defined
|
||||||
* Tue Sep 16 2003 - werner@suse.de
|
* Tue Sep 16 2003 werner@suse.de
|
||||||
- Clean last klogd24.dif
|
- Clean last klogd24.dif
|
||||||
* Tue Sep 09 2003 - werner@suse.de
|
* Tue Sep 09 2003 werner@suse.de
|
||||||
- Is there a 128bit lseek around? Use some workarounds to get lseek
|
- Is there a 128bit lseek around? Use some workarounds to get lseek
|
||||||
working above LONG_MAX on x86_64 on /dev/kmem (kernel bug?)
|
working above LONG_MAX on x86_64 on /dev/kmem (kernel bug?)
|
||||||
* Mon Sep 08 2003 - werner@suse.de
|
* Mon Sep 08 2003 werner@suse.de
|
||||||
- Use special seek routine for signless addresses, fixes
|
- Use special seek routine for signless addresses, fixes
|
||||||
crash on i386.
|
crash on i386.
|
||||||
* Wed Sep 03 2003 - werner@suse.de
|
* Wed Sep 03 2003 werner@suse.de
|
||||||
- Change symbol addresses to __off64_t and sizes to size_t (#28639)
|
- Change symbol addresses to __off64_t and sizes to size_t (#28639)
|
||||||
* Tue Aug 26 2003 - mt@suse.de
|
* Tue Aug 26 2003 mt@suse.de
|
||||||
- bug #28949: added new 'Config' meta data to sysconfig file
|
- bug #28949: added new 'Config' meta data to sysconfig file
|
||||||
- bug #27971: reconnect to log socket if a write fails with
|
- bug #27971: reconnect to log socket if a write fails with
|
||||||
ECONNREFUSED or ENOTCONN, e.g. if the log socket has been
|
ECONNREFUSED or ENOTCONN, e.g. if the log socket has been
|
||||||
reopened by "rcsyslog reload" while syslog-ng is used.
|
reopened by "rcsyslog reload" while syslog-ng is used.
|
||||||
new patch file: sysklogd-1.4.1-reopen.patch
|
new patch file: sysklogd-1.4.1-reopen.patch
|
||||||
* Fri Aug 15 2003 - kukuk@suse.de
|
* Fri Aug 15 2003 kukuk@suse.de
|
||||||
- Add devs to PreReq and don't create xconsole device itself
|
- Add devs to PreReq and don't create xconsole device itself
|
||||||
* Thu Aug 07 2003 - werner@suse.de
|
* Thu Aug 07 2003 werner@suse.de
|
||||||
- Change permissions of mail log files (bug #28561)
|
- Change permissions of mail log files (bug #28561)
|
||||||
* Mon Jul 28 2003 - werner@suse.de
|
* Mon Jul 28 2003 werner@suse.de
|
||||||
- Fix trivial bug #27072: use warning instead of warn
|
- Fix trivial bug #27072: use warning instead of warn
|
||||||
* Fri Jul 25 2003 - schwab@suse.de
|
* Fri Jul 25 2003 schwab@suse.de
|
||||||
- Fix uses of chown in %%post script.
|
- Fix uses of chown in %%post script.
|
||||||
* Fri Jul 18 2003 - werner@suse.de
|
* Fri Jul 18 2003 werner@suse.de
|
||||||
- Add DNS timeout patch from Olaf Kirch
|
- Add DNS timeout patch from Olaf Kirch
|
||||||
* Tue May 20 2003 - werner@suse.de
|
* Tue May 20 2003 werner@suse.de
|
||||||
- Use large file support, gnore signal SIGXFSZ (bug #26960)
|
- Use large file support, gnore signal SIGXFSZ (bug #26960)
|
||||||
* Wed May 14 2003 - kukuk@suse.de
|
* Wed May 14 2003 kukuk@suse.de
|
||||||
- Fix klogd to build independend of installed kernel headers. klogd
|
- Fix klogd to build independend of installed kernel headers. klogd
|
||||||
still does not work with 2.5.xx correct.
|
still does not work with 2.5.xx correct.
|
||||||
* Wed Apr 16 2003 - coolo@suse.de
|
* Wed Apr 16 2003 coolo@suse.de
|
||||||
- fixing s390 build
|
- fixing s390 build
|
||||||
* Wed Apr 16 2003 - coolo@suse.de
|
* Wed Apr 16 2003 coolo@suse.de
|
||||||
- use BuildRoot
|
- use BuildRoot
|
||||||
* Mon Feb 24 2003 - schwab@suse.de
|
* Mon Feb 24 2003 schwab@suse.de
|
||||||
- Add workaround for use of kernel headers.
|
- Add workaround for use of kernel headers.
|
||||||
* Fri Jan 31 2003 - werner@suse.de
|
* Fri Jan 31 2003 werner@suse.de
|
||||||
- Add some code for supporting syslog-ng
|
- Add some code for supporting syslog-ng
|
||||||
- Split off boot script and sysconfig file from patch
|
- Split off boot script and sysconfig file from patch
|
||||||
* Wed Jan 08 2003 - werner@suse.de
|
* Wed Jan 08 2003 werner@suse.de
|
||||||
- bug #22695: add missed meta data within sysconfig file
|
- bug #22695: add missed meta data within sysconfig file
|
||||||
- bug #22551: do not let read any user /var/log/messages
|
- bug #22551: do not let read any user /var/log/messages
|
||||||
* Wed Dec 11 2002 - werner@suse.de
|
* Wed Dec 11 2002 werner@suse.de
|
||||||
- New log files for sorting priorities of mail messages (# 22394)
|
- New log files for sorting priorities of mail messages (# 22394)
|
||||||
* Tue Nov 05 2002 - ro@suse.de
|
* Tue Nov 05 2002 ro@suse.de
|
||||||
- fillup/sysconfig.syslog: set kernel loglevel to 7 on s390/s390x
|
- fillup/sysconfig.syslog: set kernel loglevel to 7 on s390/s390x
|
||||||
* Mon Oct 14 2002 - ro@suse.de
|
* Mon Oct 14 2002 ro@suse.de
|
||||||
- moved logrotate config for syslog's files to this package
|
- moved logrotate config for syslog's files to this package
|
||||||
- changed create to 640 for /var/log/mail (#20816)
|
- changed create to 640 for /var/log/mail (#20816)
|
||||||
* Mon Oct 07 2002 - olh@suse.de
|
* Mon Oct 07 2002 olh@suse.de
|
||||||
- honor the increased LOG_BUF_LEN in kernel/printk.c (#19888)
|
- honor the increased LOG_BUF_LEN in kernel/printk.c (#19888)
|
||||||
LOG_BUFFER_SIZE=131072
|
LOG_BUFFER_SIZE=131072
|
||||||
* Tue Sep 10 2002 - olh@suse.de
|
* Tue Sep 10 2002 olh@suse.de
|
||||||
- provides syslog for hotplug
|
- provides syslog for hotplug
|
||||||
* Wed Aug 28 2002 - nashif@suse.de
|
* Wed Aug 28 2002 nashif@suse.de
|
||||||
- fixed PreReq to use macros
|
- fixed PreReq to use macros
|
||||||
* Fri Aug 23 2002 - werner@suse.de
|
* Fri Aug 23 2002 werner@suse.de
|
||||||
- Enable the `-2' of klogd option for clean and untraced oops.
|
- Enable the `-2' of klogd option for clean and untraced oops.
|
||||||
* Fri Aug 16 2002 - werner@suse.de
|
* Fri Aug 16 2002 werner@suse.de
|
||||||
- Add PreReq (bug #18004)
|
- Add PreReq (bug #18004)
|
||||||
- Change order of main and ipv6 patch
|
- Change order of main and ipv6 patch
|
||||||
* Fri Aug 02 2002 - kukuk@suse.de
|
* Fri Aug 02 2002 kukuk@suse.de
|
||||||
- Add patch to enable IPv6 support (based on the USAGI version
|
- Add patch to enable IPv6 support (based on the USAGI version
|
||||||
plus some fixes for IPv4 only).
|
plus some fixes for IPv4 only).
|
||||||
* Wed Jul 17 2002 - poeml@suse.de
|
* Wed Jul 17 2002 poeml@suse.de
|
||||||
- run with additional sockets from SYSLOGD_ADDITIONAL_SOCKET_* that
|
- run with additional sockets from SYSLOGD_ADDITIONAL_SOCKET_* that
|
||||||
other packages can fill up into /etc/sysconfig/syslog
|
other packages can fill up into /etc/sysconfig/syslog
|
||||||
* Mon Mar 04 2002 - zoz@suse.de
|
* Mon Mar 04 2002 zoz@suse.de
|
||||||
- Change Required from $network to network
|
- Change Required from $network to network
|
||||||
* Mon Mar 04 2002 - ro@suse.de
|
* Mon Mar 04 2002 ro@suse.de
|
||||||
- postinstall-script: disable perl-hack (-p for fillup_and_insserv)
|
- postinstall-script: disable perl-hack (-p for fillup_and_insserv)
|
||||||
- no extra insserv call
|
- no extra insserv call
|
||||||
* Thu Feb 14 2002 - werner@suse.de
|
* Thu Feb 14 2002 werner@suse.de
|
||||||
- Fix the bug fix
|
- Fix the bug fix
|
||||||
* Thu Feb 14 2002 - werner@suse.de
|
* Thu Feb 14 2002 werner@suse.de
|
||||||
- Fix bug #12747: move to fillup_and_insserv and sysconfig scheme
|
- Fix bug #12747: move to fillup_and_insserv and sysconfig scheme
|
||||||
* Wed Sep 19 2001 - ro@suse.de
|
* Wed Sep 19 2001 ro@suse.de
|
||||||
- fixed typo in rc_script SYSLOGD_PARAM -> SYSLOGD_PARAMS (#10950)
|
- fixed typo in rc_script SYSLOGD_PARAM -> SYSLOGD_PARAMS (#10950)
|
||||||
* Thu Aug 30 2001 - werner@suse.de
|
* Thu Aug 30 2001 werner@suse.de
|
||||||
- Fix bug #9096
|
- Fix bug #9096
|
||||||
- Make TAB a printable character
|
- Make TAB a printable character
|
||||||
* Fri Jun 15 2001 - schwab@suse.de
|
* Fri Jun 15 2001 schwab@suse.de
|
||||||
- Don't define __KERNEL__.
|
- Don't define __KERNEL__.
|
||||||
* Tue May 29 2001 - werner@suse.de
|
* Tue May 29 2001 werner@suse.de
|
||||||
- Update to version 1.4.1
|
- Update to version 1.4.1
|
||||||
- Porting our patches to this version
|
- Porting our patches to this version
|
||||||
* Fri Apr 27 2001 - mt@suse.de
|
* Fri Apr 27 2001 mt@suse.de
|
||||||
- added syslog-ng hook in init script
|
- added syslog-ng hook in init script
|
||||||
* Tue Apr 17 2001 - werner@suse.de
|
* Tue Apr 17 2001 werner@suse.de
|
||||||
- Avoid zero bytes from kernel messages
|
- Avoid zero bytes from kernel messages
|
||||||
* Thu Jan 11 2001 - werner@suse.de
|
* Thu Jan 11 2001 werner@suse.de
|
||||||
- Correct deep or relative symlink rcsyslog
|
- Correct deep or relative symlink rcsyslog
|
||||||
* Thu Jan 11 2001 - werner@suse.de
|
* Thu Jan 11 2001 werner@suse.de
|
||||||
- Move syslogd and klogd to /sbin
|
- Move syslogd and klogd to /sbin
|
||||||
- Change Required from $remote_fs to $network
|
- Change Required from $remote_fs to $network
|
||||||
* Thu Dec 07 2000 - werner@suse.de
|
* Thu Dec 07 2000 werner@suse.de
|
||||||
- Change boot.log to localmessages and add local0 upto local7
|
- Change boot.log to localmessages and add local0 upto local7
|
||||||
* Mon Dec 04 2000 - ro@suse.de
|
* Mon Dec 04 2000 ro@suse.de
|
||||||
- added var/log/boot.log
|
- added var/log/boot.log
|
||||||
* Tue Nov 28 2000 - ro@suse.de
|
* Tue Nov 28 2000 ro@suse.de
|
||||||
- fixed startscript
|
- fixed startscript
|
||||||
* Mon Nov 13 2000 - ro@suse.de
|
* Mon Nov 13 2000 ro@suse.de
|
||||||
- fixed to compile on 2.4 kernel header
|
- fixed to compile on 2.4 kernel header
|
||||||
* Tue Oct 17 2000 - bk@suse.de
|
* Tue Oct 17 2000 bk@suse.de
|
||||||
- add sample-s390.conf for s390.
|
- add sample-s390.conf for s390.
|
||||||
* Thu Sep 14 2000 - werner@suse.de
|
* Thu Sep 14 2000 werner@suse.de
|
||||||
- Fix format handling within Syslog()
|
- Fix format handling within Syslog()
|
||||||
* Wed Sep 13 2000 - werner@suse.de
|
* Wed Sep 13 2000 werner@suse.de
|
||||||
- Fix the two printline bugs in syslogd.c
|
- Fix the two printline bugs in syslogd.c
|
||||||
* Tue Sep 12 2000 - werner@suse.de
|
* Tue Sep 12 2000 werner@suse.de
|
||||||
- Fix missed format
|
- Fix missed format
|
||||||
* Wed May 24 2000 - schwab@suse.de
|
* Wed May 24 2000 schwab@suse.de
|
||||||
- Fix resource leak.
|
- Fix resource leak.
|
||||||
* Tue Feb 29 2000 - schwab@suse.de
|
* Tue Feb 29 2000 schwab@suse.de
|
||||||
- Fix type of last arg to recvfrom
|
- Fix type of last arg to recvfrom
|
||||||
- Add group tag.
|
- Add group tag.
|
||||||
* Sun Feb 27 2000 - kukuk@suse.de
|
* Sun Feb 27 2000 kukuk@suse.de
|
||||||
- Move /usr/man -> /usr/share/man
|
- Move /usr/man -> /usr/share/man
|
||||||
* Fri Feb 11 2000 - werner@suse.de
|
* Fri Feb 11 2000 werner@suse.de
|
||||||
- The pid file is /var/run/syslogd.pid not /var/run/syslogd.conf
|
- The pid file is /var/run/syslogd.pid not /var/run/syslogd.conf
|
||||||
* Wed Nov 17 1999 - kukuk@suse.de
|
* Wed Nov 17 1999 kukuk@suse.de
|
||||||
- Add fix to syslogd for SIGHUP race condition
|
- Add fix to syslogd for SIGHUP race condition
|
||||||
* Thu Nov 04 1999 - werner@suse.de
|
* Thu Nov 04 1999 werner@suse.de
|
||||||
- next typo fix in comment in /etc/syslogd.conf
|
- next typo fix in comment in /etc/syslogd.conf
|
||||||
* Thu Nov 04 1999 - bs@suse.de
|
* Thu Nov 04 1999 bs@suse.de
|
||||||
- typo fix in comment in /etc/syslogd.conf
|
- typo fix in comment in /etc/syslogd.conf
|
||||||
* Tue Oct 26 1999 - mge@suse.de
|
* Tue Oct 26 1999 mge@suse.de
|
||||||
- (sysklogd-1.3-forw.patch) Andreas Siegert <afx@suse.de>
|
- (sysklogd-1.3-forw.patch) Andreas Siegert <afx@suse.de>
|
||||||
Added -t flag that triggers tagging of forwarded messages with
|
Added -t flag that triggers tagging of forwarded messages with
|
||||||
the sending hosts name as seen by the forwarder. Useful for
|
the sending hosts name as seen by the forwarder. Useful for
|
||||||
relaying syslog from DMZs through the firwall to an internal
|
relaying syslog from DMZs through the firwall to an internal
|
||||||
loghost. Format is "<""hostname"
|
loghost. Format is "<""hostname"
|
||||||
* Fri Oct 08 1999 - werner@suse.de
|
* Fri Oct 08 1999 werner@suse.de
|
||||||
- New version 1.3.33
|
- New version 1.3.33
|
||||||
* Fri Oct 01 1999 - werner@suse.de
|
* Fri Oct 01 1999 werner@suse.de
|
||||||
- Udatet version of nodos patch
|
- Udatet version of nodos patch
|
||||||
* Fri Sep 24 1999 - werner@suse.de
|
* Fri Sep 24 1999 werner@suse.de
|
||||||
- Disable *.alert message on root tty's
|
- Disable *.alert message on root tty's
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Fri Sep 10 1999 - ro@suse.de
|
* Fri Sep 10 1999 ro@suse.de
|
||||||
- fixed nodos patch
|
- fixed nodos patch
|
||||||
* Mon Sep 06 1999 - werner@suse.de
|
* Mon Sep 06 1999 werner@suse.de
|
||||||
- Avoid possible crash if no kernel symbols are available.
|
- Avoid possible crash if no kernel symbols are available.
|
||||||
* Fri Sep 03 1999 - werner@suse.de
|
* Fri Sep 03 1999 werner@suse.de
|
||||||
- Update to new version 1.3.32
|
- Update to new version 1.3.32
|
||||||
- Add sparc patch
|
- Add sparc patch
|
||||||
- Add security patch (DOS)
|
- Add security patch (DOS)
|
||||||
@ -489,65 +491,65 @@ fi
|
|||||||
- wallmsg() only for user processes marked in utmp
|
- wallmsg() only for user processes marked in utmp
|
||||||
- The last character of al kernel log is ascii null
|
- The last character of al kernel log is ascii null
|
||||||
- Lock fd of the socket to the syslogd
|
- Lock fd of the socket to the syslogd
|
||||||
* Thu Sep 02 1999 - werner@suse.de
|
* Thu Sep 02 1999 werner@suse.de
|
||||||
- Use RPM_OPT_FLAGS
|
- Use RPM_OPT_FLAGS
|
||||||
- Use a pipe to redirect console message to xconsole
|
- Use a pipe to redirect console message to xconsole
|
||||||
- Make reading of ring buffer an (undocumented) option (-r
|
- Make reading of ring buffer an (undocumented) option (-r
|
||||||
reading, -R reading and clearing, both one shot)
|
reading, -R reading and clearing, both one shot)
|
||||||
* Tue Aug 31 1999 - werner@suse.de
|
* Tue Aug 31 1999 werner@suse.de
|
||||||
- Use 16k buffer because newer kernels do have such a big log
|
- Use 16k buffer because newer kernels do have such a big log
|
||||||
- Avoid trouble due longjmp and fork with a few variables
|
- Avoid trouble due longjmp and fork with a few variables
|
||||||
* Tue Aug 31 1999 - werner@suse.de
|
* Tue Aug 31 1999 werner@suse.de
|
||||||
- Use sysctl argument 3 (Read up to the last 4k of messages in the
|
- Use sysctl argument 3 (Read up to the last 4k of messages in the
|
||||||
ring buffer) instead of 2 (Read from the log) if one shot method
|
ring buffer) instead of 2 (Read from the log) if one shot method
|
||||||
for klogd is used.
|
for klogd is used.
|
||||||
* Sat Aug 21 1999 - garloff@suse.de
|
* Sat Aug 21 1999 garloff@suse.de
|
||||||
- syslog.conf: Only write *.crit synchronously
|
- syslog.conf: Only write *.crit synchronously
|
||||||
* Fri Jan 08 1999 - florian@suse.de
|
* Fri Jan 08 1999 florian@suse.de
|
||||||
- /var/log/news should be owned by news.news
|
- /var/log/news should be owned by news.news
|
||||||
* Thu Jan 07 1999 - bs@suse.de
|
* Thu Jan 07 1999 bs@suse.de
|
||||||
- fixed comment in syslog.conf
|
- fixed comment in syslog.conf
|
||||||
* Mon Dec 14 1998 - ro@suse.de
|
* Mon Dec 14 1998 ro@suse.de
|
||||||
- removed noreplace from syslogd.conf: necessary change for news-logs
|
- removed noreplace from syslogd.conf: necessary change for news-logs
|
||||||
* Fri Dec 11 1998 - ro@suse.de
|
* Fri Dec 11 1998 ro@suse.de
|
||||||
- split up news logs
|
- split up news logs
|
||||||
* Wed Dec 09 1998 - ro@suse.de
|
* Wed Dec 09 1998 ro@suse.de
|
||||||
- changed syslog.conf to back to suse-defaults
|
- changed syslog.conf to back to suse-defaults
|
||||||
* Tue Dec 08 1998 - ro@suse.de
|
* Tue Dec 08 1998 ro@suse.de
|
||||||
- updated init script and added link rcsyslog
|
- updated init script and added link rcsyslog
|
||||||
* Mon Dec 07 1998 - ro@suse.de
|
* Mon Dec 07 1998 ro@suse.de
|
||||||
- update to 1.3-30
|
- update to 1.3-30
|
||||||
- syslog.conf marked as config(noreplace)
|
- syslog.conf marked as config(noreplace)
|
||||||
* Fri Dec 04 1998 - ro@suse.de
|
* Fri Dec 04 1998 ro@suse.de
|
||||||
- bootscript: silently restart if already running on "start"
|
- bootscript: silently restart if already running on "start"
|
||||||
* Wed Dec 02 1998 - werner@suse.de
|
* Wed Dec 02 1998 werner@suse.de
|
||||||
- New boot script syslog
|
- New boot script syslog
|
||||||
* Mon Jun 22 1998 - ro@suse.de
|
* Mon Jun 22 1998 ro@suse.de
|
||||||
- used patches from trevor@jpj.net to build for glibc:
|
- used patches from trevor@jpj.net to build for glibc:
|
||||||
- renamed syslogd's dprintf to syslog_dprintf
|
- renamed syslogd's dprintf to syslog_dprintf
|
||||||
- don't declare sys_errlist
|
- don't declare sys_errlist
|
||||||
- use sys/time.h instead of linux/time.h
|
- use sys/time.h instead of linux/time.h
|
||||||
* Tue Mar 10 1998 - ro@suse.de
|
* Tue Mar 10 1998 ro@suse.de
|
||||||
- react if KERNEL_LOGLEVEL=""
|
- react if KERNEL_LOGLEVEL=""
|
||||||
- added SYSLOGD_PARAMS
|
- added SYSLOGD_PARAMS
|
||||||
* Tue Mar 10 1998 - ro@suse.de
|
* Tue Mar 10 1998 ro@suse.de
|
||||||
- added KERNEL_LOGLEVEL to fillup for rc.config and rcfile
|
- added KERNEL_LOGLEVEL to fillup for rc.config and rcfile
|
||||||
* Fri Feb 27 1998 - florian@suse.de
|
* Fri Feb 27 1998 florian@suse.de
|
||||||
- removed duplicate entry for news messages in syslog.conf
|
- removed duplicate entry for news messages in syslog.conf
|
||||||
* Wed Oct 22 1997 - ro@suse.de
|
* Wed Oct 22 1997 ro@suse.de
|
||||||
- removed doinst.sh from specfile-filelist
|
- removed doinst.sh from specfile-filelist
|
||||||
* Sun Jun 01 1997 - bs@suse.de
|
* Sun Jun 01 1997 bs@suse.de
|
||||||
- don't include log files under var/log but touch them in doinst.sh
|
- don't include log files under var/log but touch them in doinst.sh
|
||||||
* Thu May 29 1997 - bs@suse.de
|
* Thu May 29 1997 bs@suse.de
|
||||||
- cleared var/log/warn
|
- cleared var/log/warn
|
||||||
* Wed Apr 30 1997 - florian@suse.de
|
* Wed Apr 30 1997 florian@suse.de
|
||||||
- add lots of fixes from debian and other places
|
- add lots of fixes from debian and other places
|
||||||
- new /etc/syslog.conf: mail/news messages are in separate files
|
- new /etc/syslog.conf: mail/news messages are in separate files
|
||||||
* Wed Apr 30 1997 - bs@suse.de
|
* Wed Apr 30 1997 bs@suse.de
|
||||||
added & when starting syslogd.
|
added & when starting syslogd.
|
||||||
* Thu Jan 02 1997 - bs@suse.de
|
* Thu Jan 02 1997 bs@suse.de
|
||||||
runlevel value changed to S09 and K35
|
runlevel value changed to S09 and K35
|
||||||
* Thu Jan 02 1997 - florian@suse.de
|
* Thu Jan 02 1997 florian@suse.de
|
||||||
- klogd liest jetzt wieder die System.map ein.
|
- klogd liest jetzt wieder die System.map ein.
|
||||||
- Neue Option "-x", mit der man das Lesen der System.map
|
- Neue Option "-x", mit der man das Lesen der System.map
|
||||||
abschalten kann.
|
abschalten kann.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user