From ec4a06ec3c3453391c86890860284b6ba56cbf5e Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 15 Aug 2008 07:09:16 +0000 Subject: [PATCH] Make rpmlint pass without warnings. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1648 fd59a12c-fef9-0310-b244-a6a79926bd2f --- Makefile | 2 +- init/redhat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bb0646fb..bae235ab 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ install: all install -m 755 $(builddir)exec/corosync $(DESTDIR)$(SBINDIR) install -m 755 $(builddir)tools/corosync-objctl $(DESTDIR)$(SBINDIR) install -m 755 $(builddir)tools/corosync-cfgtool $(DESTDIR)$(SBINDIR) - install -m 700 $(builddir)tools/corosync-keygen $(DESTDIR)$(SBINDIR) + install -m 755 $(builddir)tools/corosync-keygen $(DESTDIR)$(SBINDIR) if [ ! -f $(DESTDIR)$(ETCDIR)/penais.conf ] ; then \ install -m 644 $(srcdir)conf/corosync.conf $(DESTDIR)$(ETCDIR) ; \ diff --git a/init/redhat b/init/redhat index 4f68b5af..2d917633 100755 --- a/init/redhat +++ b/init/redhat @@ -11,8 +11,8 @@ . /etc/rc.d/init.d/functions prog="corosync" -exec="/usr/sbin/$prog" -lockfile="/var/lock/subsys/$prog" +exec="/usr/sbin/corosync" +lockfile="/var/lock/subsys/corosync" [ -x "$exec" ] || exit 0