Bug 233459

Summary: typo in init script always turns off allow_ypbind on shutdown
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: ypbindAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: EasyFix, Patch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.19-7.fc6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-22 20:02:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Orion Poplawski 2007-03-22 15:37:04 UTC
--- ypbind.orig 2006-12-01 14:07:15.000000000 -0700
+++ ypbind      2007-03-22 09:36:04.000000000 -0600
@@ -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

Comment 1 Orion Poplawski 2007-04-11 16:48:26 UTC
Simple fix - could we get this in quick?

Comment 2 Steve Dickson 2007-04-17 19:52:59 UTC
Sorry for taking so long on this one....

fixed in ypbind-1.19-9

Comment 3 Orion Poplawski 2007-05-09 15:59:54 UTC
Any chance we can get this for FC6?

Comment 4 Steve Dickson 2007-05-10 13:39:49 UTC
Yes... Fixed in ypbind-1.19-7.fc6 which should be 
avaiable short at a yum repository near you... 

Comment 5 Orion Poplawski 2007-05-22 20:02:13 UTC
Fixed.  Thanks!