Make rpmlint pass without warnings.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1648 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2008-08-15 07:09:16 +00:00
parent 9ffa85602a
commit ec4a06ec3c
2 changed files with 3 additions and 3 deletions

View File

@ -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) ; \

View File

@ -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