[SCM] CTDB repository - branch master updated - ctdb-1.0.84-12-g1205673

Ronnie Sahlberg sahlberg at samba.org
Wed Jun 17 23:13:01 GMT 2009


The branch, master has been updated
       via  1205673499618f90f413fad9e96a88733b5ce359 (commit)
      from  5d188af387a2a1d68d66f47edb7a9ca546ed357c (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1205673499618f90f413fad9e96a88733b5ce359
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Thu Jun 18 09:11:46 2009 +1000

    rename 99.routing to 11.routing
    so it is executed before any of the service scripts

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in                                |    2 +-
 config/events.d/{99.routing => 11.routing} |    0 
 packaging/RPM/ctdb.spec                    |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename config/events.d/{99.routing => 11.routing} (100%)


Changeset truncated at 500 lines:

diff --git a/Makefile.in b/Makefile.in
index 7d8050e..ea3a450 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -208,6 +208,7 @@ install: all
 	${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/11.routing $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/20.multipathd $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 644 config/events.d/31.clamd $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/40.vsftpd $(DESTDIR)$(etcdir)/ctdb/events.d
@@ -217,7 +218,6 @@ install: all
 	${INSTALLCMD} -m 755 config/events.d/61.nfstickle $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/70.iscsi $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/91.lvs $(DESTDIR)$(etcdir)/ctdb/events.d
-	${INSTALLCMD} -m 755 config/events.d/99.routing $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 tools/ctdb_diagnostics $(DESTDIR)$(bindir)
 	${INSTALLCMD} -m 755 tools/onnode $(DESTDIR)$(bindir)
 	if [ -f doc/ctdb.1 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man1; fi
diff --git a/config/events.d/99.routing b/config/events.d/11.routing
similarity index 100%
rename from config/events.d/99.routing
rename to config/events.d/11.routing
diff --git a/packaging/RPM/ctdb.spec b/packaging/RPM/ctdb.spec
index 83b43c0..d10a160 100644
--- a/packaging/RPM/ctdb.spec
+++ b/packaging/RPM/ctdb.spec
@@ -106,6 +106,7 @@ fi
 %{_sysconfdir}/ctdb/events.d/00.ctdb
 %{_sysconfdir}/ctdb/events.d/10.interface
 %{_sysconfdir}/ctdb/events.d/11.natgw
+%{_sysconfdir}/ctdb/events.d/11.routing
 %{_sysconfdir}/ctdb/events.d/20.multipathd
 %{_sysconfdir}/ctdb/events.d/31.clamd
 %{_sysconfdir}/ctdb/events.d/40.vsftpd
@@ -115,7 +116,6 @@ fi
 %{_sysconfdir}/ctdb/events.d/61.nfstickle
 %{_sysconfdir}/ctdb/events.d/70.iscsi
 %{_sysconfdir}/ctdb/events.d/91.lvs
-%{_sysconfdir}/ctdb/events.d/99.routing
 %{_sysconfdir}/ctdb/statd-callout
 %{_sbindir}/ctdbd
 %{_bindir}/ctdb


-- 
CTDB repository


More information about the samba-cvs mailing list