Rev 387: fixed shell syntax in events script in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Tue May 29 06:28:18 GMT 2007


------------------------------------------------------------
revno: 387
revision-id: tridge at samba.org-20070529062818-7dqe1nc2iu4z6o2d
parent: tridge at samba.org-20070529062347-6zqhcauyt2y25nvz
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Tue 2007-05-29 16:28:18 +1000
message:
  fixed shell syntax in events script
modified:
  tools/events                   events-20070529030121-04fjh63cxfh8v1pj-1
=== modified file 'tools/events'
--- a/tools/events	2007-05-29 03:33:59 +0000
+++ b/tools/events	2007-05-29 06:28:18 +0000
@@ -30,8 +30,12 @@
 	;;
 
      recovered)
+        # restart any services as necessary, like NFS
+	exit 0
+	;;
+
      shutdown)
-        # restart any services as necessary, like NFS
+        # shutdown any services as necessary
 	exit 0
 	;;
 esac



More information about the samba-cvs mailing list