From 2fb6b54babe3bf48127bcc2d8fb3ec4626d617a9 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 17 Apr 2007 13:18:53 +0000 Subject: [PATCH] Fixed typo in init script (bz 233459) --- ypbind.init | 2 +- ypbind.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ypbind.init b/ypbind.init index 53508ef..549b229 100755 --- a/ypbind.init +++ b/ypbind.init @@ -37,7 +37,7 @@ selinux_off() { [ -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 diff --git a/ypbind.spec b/ypbind.spec index 7a23e2f..2aee795 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -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 @@ exit 0 %doc README NEWS %changelog +* Tue Apr 17 2007 Steve Dickson - 3:1.19-9 +- Fixed typo in init script (bz 233459) + * Tue Apr 3 2007 Steve Dickson - 3:1.19-8 - Replace portmap dependency with an rpcbind dependency (bz 228894)