[SCM] CTDB repository - branch master updated - ctdb-1.0.57-3-gf84d0a9

Ronnie Sahlberg sahlberg at samba.org
Mon Aug 25 00:19:20 GMT 2008


The branch, master has been updated
       via  f84d0a9a8c7e9589e8833f21e1f977a0adab356b (commit)
       via  2a8bf5e7dc7364a8280d96db0f9579d2582a8524 (commit)
       via  0709093af11e0735ed1e13b06ac073990631e692 (commit)
      from  7da0c65c8526d66d4f2a788bd646d39237befa54 (commit)

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


- Log -----------------------------------------------------------------
commit f84d0a9a8c7e9589e8833f21e1f977a0adab356b
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Aug 25 10:13:18 2008 +1000

    From Abhijith Das <adas at redhat.com>:
    
    Fixup the initscript sdo it passes rpm-lint

commit 2a8bf5e7dc7364a8280d96db0f9579d2582a8524
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Aug 25 10:03:16 2008 +1000

    Add a "reload" option to the initscript.

commit 0709093af11e0735ed1e13b06ac073990631e692
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Aug 25 09:41:08 2008 +1000

    add a link to my webpage

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

Summary of changes:
 config/ctdb.init |   24 ++++++++++++------------
 web/index.html   |    2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/ctdb.init b/config/ctdb.init
index 72de84d..eb56ef6 100755
--- a/config/ctdb.init
+++ b/config/ctdb.init
@@ -1,21 +1,21 @@
 #!/bin/sh
 #
 ##############################
-# init info for redhat distros
-# chkconfig: - 90 36
-# description: Starts and stops the clustered tdb daemon
-# pidfile: /var/run/ctdbd/ctdbd.pid
-##############################
+# ctdb:                        Starts the clustered tdb daemon
+#
+# chkconfig:           - 90 36
+#
+# description:                 Starts and stops the clustered tdb daemon
+# pidfile:             /var/run/ctdbd/ctdbd.pid
+#
 
-##############################
-# SLES/OpenSuSE init info
 ### BEGIN INIT INFO
-# Provides:       ctdb
-# Required-Start: $network
+# Provides:            ctdb
+# Required-Start:      $network
 # Required-Stop:
-# Default-Start:  3 5
 # Default-Stop:
-# Description:    initscript for the ctdb service
+# Short-Description:   start and stop ctdb service
+# Description:         initscript for the ctdb service
 ### END INIT INFO
 
 # Source function library.
@@ -188,7 +188,7 @@ case "$1" in
   stop)
   	stop
 	;;
-  restart)
+  restart|reload)
   	restart
 	;;
   status)
diff --git a/web/index.html b/web/index.html
index 4008f46..5b6cd42 100644
--- a/web/index.html
+++ b/web/index.html
@@ -129,7 +129,7 @@ projects that want to make their services cluster aware using CTDB.
 <h2>Developers</h2>
 <ul>
 <li><a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
-<li>Ronnie Sahlberg<br>
+<li><a href="http://samba.org/~sahlberg/"Ronnie Sahlberg</a><br>
 <li>Peter Somogyi<br>
 <li><a href="http://sernet.de/Samba/">Volker Lendecke</a><br>
 </ul>


-- 
CTDB repository


More information about the samba-cvs mailing list