From 3d41633e6841ddd48eb5e30f26e7156ea78d9868 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 6 Jun 2007 10:42:13 +1000 Subject: [PATCH] need to install the vsftpd script in make install (This used to be ctdb commit ab06e39a101832d313e73f44615bd0d1f0cb9838) --- ctdb/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 56c3391927e..8a4e82481cd 100644 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -109,6 +109,7 @@ install: all install -m755 config/functions $(DESTDIR)$(etcdir)/ctdb install -m755 config/statd-callout $(DESTDIR)$(etcdir)/ctdb install -m755 config/events.d/10.interface $(DESTDIR)$(etcdir)/ctdb/events.d + install -m755 config/events.d/40.vsftpd $(DESTDIR)$(etcdir)/ctdb/events.d install -m755 config/events.d/50.samba $(DESTDIR)$(etcdir)/ctdb/events.d install -m755 config/events.d/59.nfslock $(DESTDIR)$(etcdir)/ctdb/events.d install -m755 config/events.d/60.nfs $(DESTDIR)$(etcdir)/ctdb/events.d -- 2.47.3