[SCM] CTDB repository - branch master updated - ctdb-1.12-163-g4f4fbd4

Ronnie Sahlberg sahlberg at samba.org
Sun Feb 5 19:34:36 MST 2012


The branch, master has been updated
       via  4f4fbd4080a3a7226d3b82637f803c4b71217d39 (commit)
      from  e1da34874f22ec3de0c4abe50b703dd637f1fa98 (commit)

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


- Log -----------------------------------------------------------------
commit 4f4fbd4080a3a7226d3b82637f803c4b71217d39
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Feb 6 12:07:08 2012 +1100

    Add a hoook to the ctdb initscript that we can call out to for applications that want to
    track and produce audit logs when someone runs "service ctdb <something>"
    
    S1033891

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

Summary of changes:
 config/ctdb.init |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/ctdb.init b/config/ctdb.init
index c65ad1a..9b30b86 100755
--- a/config/ctdb.init
+++ b/config/ctdb.init
@@ -371,6 +371,8 @@ status() {
 }
 
 
+[ -f "$CTDB_BASE/rc.ctdb" ] && "$CTDB_BASE/rc.ctdb" $1
+
 case "$1" in
     start)
   	start


-- 
CTDB repository


More information about the samba-cvs mailing list