63ae7a2 The SECURE_NFS value needs to be lower-case yes on SysV systems.

Authored and Committed by rcritten 11 years ago
    The SECURE_NFS value needs to be lower-case yes on SysV systems.
    
    The sysV rpcgssd init script tests for [ "${SECURE_NFS}" != "yes" ].
    
    This also works as lower case for system so a simple fix.
    
    https://fedorahosted.org/freeipa/ticket/3207