diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-03-31 20:00:00 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-03-31 20:00:00 +1100 |
commit | 24d84952f8835e1e37cc23bd71d74366dad881ed (patch) | |
tree | 402b5960cab1ffc14099a1f869eebac40a7b84d2 /ctdb | |
parent | 53d6626503374bf8b003a30be9afc65e54a1846e (diff) | |
download | samba-24d84952f8835e1e37cc23bd71d74366dad881ed.tar.gz samba-24d84952f8835e1e37cc23bd71d74366dad881ed.tar.xz samba-24d84952f8835e1e37cc23bd71d74366dad881ed.zip |
we should also install the 11.natgw eventscript if we want to be able to use it
(This used to be ctdb commit 42e2797271bc1cdb4eecf1227d4c2db668587193)
Diffstat (limited to 'ctdb')
-rwxr-xr-x | ctdb/Makefile.in | 1 | ||||
-rw-r--r-- | ctdb/packaging/RPM/ctdb.spec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 7c9e0adfb1..b67818f817 100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -206,6 +206,7 @@ install: all ${INSTALLCMD} -m 644 doc/recovery-process.txt $(DESTDIR)$(docdir)/ctdb/recovery-process.txt ${INSTALLCMD} -m 755 config/events.d/00.ctdb $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/10.interface $(DESTDIR)$(etcdir)/ctdb/events.d + ${INSTALLCMD} -m 755 config/events.d/11.natgw $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/20.multipathd $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/40.vsftpd $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/41.httpd $(DESTDIR)$(etcdir)/ctdb/events.d diff --git a/ctdb/packaging/RPM/ctdb.spec b/ctdb/packaging/RPM/ctdb.spec index 1179a2ce36..7ac4f78fd8 100644 --- a/ctdb/packaging/RPM/ctdb.spec +++ b/ctdb/packaging/RPM/ctdb.spec @@ -105,6 +105,7 @@ fi %{_docdir}/ctdb/recovery-process.txt %{_sysconfdir}/ctdb/events.d/00.ctdb %{_sysconfdir}/ctdb/events.d/10.interface +%{_sysconfdir}/ctdb/events.d/11.natgw %{_sysconfdir}/ctdb/events.d/20.multipathd %{_sysconfdir}/ctdb/events.d/40.vsftpd %{_sysconfdir}/ctdb/events.d/41.httpd |