auto-import nfs-utils-1.0.6-30 from nfs-utils-1.0.6-30.src.rpm

This commit is contained in:
cvsdist 2004-09-09 09:26:25 +00:00
parent 1ae9d4b65d
commit 49993659fb
2 changed files with 3 additions and 16 deletions

View File

@ -30,7 +30,7 @@
# #
# Eliminate 4 syslog message that are logged for # Eliminate 3 syslog message that are logged for
# successful events. # successful events.
# #
--- src/utils/mountd/mountd.c.org 2003-09-12 18:14:16.000000000 -0400 --- src/utils/mountd/mountd.c.org 2003-09-12 18:14:16.000000000 -0400
@ -79,16 +79,3 @@
return 1; return 1;
} }
--- src/utils/mountd/auth.c.org 2004-06-16 08:54:32.000000000 -0400
+++ src/utils/mountd/auth.c 2004-06-16 08:55:15.000000000 -0400
@@ -194,9 +194,8 @@ auth_authenticate(char *what, struct soc
break;
case success:
- xlog(L_NOTICE, "authenticated %s request from %s:%d for %s (%s)",
- what, hp->h_name, ntohs(caller->sin_port), path, epath);
break;
+
default:
xlog(L_NOTICE, "%s request from %s:%d for %s (%s) gave %d",
what, hp->h_name, ntohs(caller->sin_port), path, epath, error);

View File

@ -15,7 +15,7 @@
Summary: NFS utlilities and supporting daemons for the kernel NFS server. Summary: NFS utlilities and supporting daemons for the kernel NFS server.
Name: nfs-utils Name: nfs-utils
Version: 1.0.6 Version: 1.0.6
%define release 29 %define release 30
%define Release %{release} %define Release %{release}
%if %{rhel3build} %if %{rhel3build}
@ -260,7 +260,7 @@ fi
%changelog %changelog
* Wed Jun 16 2004 <SteveD@RedHat.com> * Wed Jun 16 2004 <SteveD@RedHat.com>
- nfslock stop is now done on package removals - nfslock stop is now done on package removals
- Eliminate 4 syslog messages that are logged for - Eliminate 3 syslog messages that are logged for
successful events. successful events.
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>