rpms/ypbind/devel ypbind.init,1.20,1.21 ypbind.spec,1.48,1.49

Vitezslav Crhonek (vcrhonek) fedora-extras-commits at redhat.com
Tue Jun 10 13:23:37 UTC 2008


Author: vcrhonek

Update of /cvs/extras/rpms/ypbind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7180

Modified Files:
	ypbind.init ypbind.spec 
Log Message:
Don't disable allow_ypbind SELinux boolean on service shutdown


Index: ypbind.init
===================================================================
RCS file: /cvs/extras/rpms/ypbind/devel/ypbind.init,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ypbind.init	23 May 2008 11:25:23 -0000	1.20
+++ ypbind.init	10 Jun 2008 13:22:46 -0000	1.21
@@ -73,7 +73,7 @@
 	RETVAL=$?
 	echo
 	if [ $RETVAL -ne 0 ]; then
-	    selinux_off
+	    #selinux_off
 	    logger -t ypbind "failed to start!"
 	    return $RETVAL
 	fi
@@ -110,7 +110,7 @@
 	    logger -t ypbind \
 	    	"NIS server for domain `domainname` is not responding."
 	    failure
-	    selinux_off
+	    #selinux_off
 		RETVAL=100
 	fi
 	echo
@@ -129,7 +129,7 @@
 		fi
 	fi
 	echo
-	selinux_off
+	#selinux_off
 	return $RETVAL
 }
 


Index: ypbind.spec
===================================================================
RCS file: /cvs/extras/rpms/ypbind/devel/ypbind.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ypbind.spec	23 May 2008 11:25:23 -0000	1.48
+++ ypbind.spec	10 Jun 2008 13:22:46 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: The NIS daemon which binds NIS clients to an NIS domain.
 Name: ypbind
 Version: 1.20.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2
@@ -91,6 +91,10 @@
 %doc README NEWS
 
 %changelog
+* Tue Jun 10 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 3:1.20.4-6
+- Don't disable allow_ypbind SELinux boolean on service shutdown
+  Resolves: #448240
+
 * Wed May 21 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 3:1.20.4-5
 - Fix init script timing again
 




More information about the fedora-extras-commits mailing list