rpms/krb5/F-7 kadmind.init,1.11,1.12 krb5.spec,1.115,1.116

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Mon Sep 17 20:42:34 UTC 2007


Author: nalin

Update of /cvs/pkgs/rpms/krb5/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30836

Modified Files:
	kadmind.init krb5.spec 
Log Message:
- fix incorrect call to "test" in the kadmin init script (#287291)


Index: kadmind.init
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/F-7/kadmind.init,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kadmind.init	6 Sep 2007 20:06:44 -0000	1.11
+++ kadmind.init	17 Sep 2007 20:42:00 -0000	1.12
@@ -34,8 +34,8 @@
 	    # then we don't know for sure that this is an error.
   	    if ! grep -q 'db_library.*=.*kldap' /etc/krb5.conf ; then
 	        echo $"Error. Default principal database does not exist."
+	        exit 0
 	    fi
-	    exit 0
 	fi
   	if [ -f /var/kerberos/krb5kdc/kpropd.acl ] ; then
 	    echo $"Error. This appears to be a slave server, found kpropd.acl"


Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/F-7/krb5.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- krb5.spec	6 Sep 2007 20:07:45 -0000	1.115
+++ krb5.spec	17 Sep 2007 20:42:00 -0000	1.116
@@ -11,7 +11,7 @@
 Summary: The Kerberos network authentication system.
 Name: krb5
 Version: 1.6.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.5/krb5-1.5-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -198,9 +198,11 @@
 %endif
 
 %changelog
+* Mon Sep 17 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.1-5
+- fix incorrect call to "test" in the kadmin init script (#287291)
+
 * Thu Sep  6 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.1-4
 - incorporate updated fix for CVE-2007-3999
-- fix incorrect call to "test" in the kadmin init script
 
 * Tue Sep  4 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.1-3
 - incorporate fixes for MITKRB5-SA-2007-006 (CVE-2007-3999, CVE-2007-4000)




More information about the fedora-extras-commits mailing list