Changed xlog to use LOG_INFO instead of LOG_DEBUG so debug messages will

appear w/out any config changes to syslog.conf.
This commit is contained in:
Steve Dickson 2005-03-19 17:33:48 +00:00
parent 508922843e
commit 82699ade20

View File

@ -39,6 +39,7 @@ Patch57: nfs-utils-1.0.6-idmap.conf.patch
Patch58: nfs-utils-1.0.6-rquotad-overflow.patch Patch58: nfs-utils-1.0.6-rquotad-overflow.patch
Patch59: nfs-utils-1.0.6-statd-notify-hostname.patch Patch59: nfs-utils-1.0.6-statd-notify-hostname.patch
Patch60: nfs-utils-1.0.7-rpcsecgss-debug.patch Patch60: nfs-utils-1.0.7-rpcsecgss-debug.patch
Patch61: nfs-utils-1.0.7-xlog-loginfo.patch
Patch100: nfs-utils-1.0.7-compile.patch Patch100: nfs-utils-1.0.7-compile.patch
Patch150: nfs-utils-1.0.6-pie.patch Patch150: nfs-utils-1.0.6-pie.patch
@ -92,6 +93,7 @@ mv libevent-%{eventvers} support/event
%patch58 -p1 -b .overflow %patch58 -p1 -b .overflow
%patch59 -p1 -b .notify %patch59 -p1 -b .notify
%patch60 -p1 -b .rpcsecgss %patch60 -p1 -b .rpcsecgss
%patch61 -p1 -b .xlog
# Do the magic to get things to compile # Do the magic to get things to compile
@ -240,6 +242,9 @@ fi
%changelog %changelog
* Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3 * Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3
- Changed xlog to use LOG_INFO instead of LOG_DEBUG
so debug messages will appear w/out any config
changes to syslog.conf.
- Reworked how /etc/exports is setup (bz 151389) - Reworked how /etc/exports is setup (bz 151389)
* Wed Mar 2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2 * Wed Mar 2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2