Rev 450: handle NETWORKING var not existing in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Sun Jun 3 12:11:49 GMT 2007


------------------------------------------------------------
revno: 450
revision-id: tridge at samba.org-20070603121148-m0aa9lmi03v67ys8
parent: tridge at samba.org-20070603120707-py0wul4gatwvkcer
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Sun 2007-06-03 22:11:48 +1000
message:
  handle NETWORKING var not existing
modified:
  config/ctdb.init               ctdb.init-20070527204758-biuh7znabuwan3zn-6
=== modified file 'config/ctdb.init'
--- a/config/ctdb.init	2007-06-03 12:07:07 +0000
+++ b/config/ctdb.init	2007-06-03 12:11:48 +0000
@@ -39,7 +39,7 @@
 loadconfig ctdb
 
 # check networking is up (for redhat)
-[ ${NETWORKING} = "no" ] && exit 0
+[ "${NETWORKING}" = "no" ] && exit 0
 
 CTDB_OPTIONS=""
 



More information about the samba-cvs mailing list