From: Ronnie Sahlberg Date: Wed, 6 Jun 2007 00:42:13 +0000 (+1000) Subject: need to install the vsftpd script in make install X-Git-Tag: tevent-0.9.20~348^2~2544^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d41633e6841ddd48eb5e30f26e7156ea78d9868;p=thirdparty%2Fsamba.git need to install the vsftpd script in make install (This used to be ctdb commit ab06e39a101832d313e73f44615bd0d1f0cb9838) --- 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