mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 02:33:31 +00:00
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:
parent
9ffa85602a
commit
ec4a06ec3c
2
Makefile
2
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) ; \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user