rpms/ypbind/devel ypbind.init,1.15,1.16 ypbind.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 17 13:18:56 UTC 2007


Author: steved

Update of /cvs/dist/rpms/ypbind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24988

Modified Files:
	ypbind.init ypbind.spec 
Log Message:
Fixed typo in init script (bz 233459)



Index: ypbind.init
===================================================================
RCS file: /cvs/dist/rpms/ypbind/devel/ypbind.init,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ypbind.init	1 Dec 2006 21:10:33 -0000	1.15
+++ ypbind.init	17 Apr 2007 13:18:53 -0000	1.16
@@ -37,7 +37,7 @@
         [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled || return
 	allow_ypbind=0
 	.  /etc/selinux/config
-	if [ -e /etc/selinux/${SELINUXTYPE}/modules1/active/booleans.local ]; then
+	if [ -e /etc/selinux/${SELINUXTYPE}/modules/active/booleans.local ]; then
 		. /etc/selinux/${SELINUXTYPE}/modules/active/booleans.local
 	fi
 	if [ $allow_ypbind == 0 ]; then


Index: ypbind.spec
===================================================================
RCS file: /cvs/dist/rpms/ypbind/devel/ypbind.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ypbind.spec	3 Apr 2007 19:17:05 -0000	1.39
+++ ypbind.spec	17 Apr 2007 13:18:53 -0000	1.40
@@ -1,7 +1,7 @@
 Summary: The NIS daemon which binds NIS clients to an NIS domain.
 Name: ypbind
 Version: 1.19
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2
@@ -90,6 +90,9 @@
 %doc README NEWS
 
 %changelog
+* Tue Apr 17 2007 Steve Dickson <steved at redhat.com> - 3:1.19-9
+- Fixed typo in init script (bz 233459)
+
 * Tue Apr  3 2007 Steve Dickson <steved at redhat.com> - 3:1.19-8
 - Replace portmap dependency with an rpcbind dependency (bz 228894)
 




More information about the fedora-cvs-commits mailing list