Update of /cvsroot/hcoop/domtool2/configDefault
In directory sc8-pr-cvs17:/tmp/cvs-serv17819/configDefault

Modified Files:
        apache.cfg mysql.cfg mysql.csg postgres.cfg postgres.csg 
Log Message:
Adding database dropping to dbtool

Index: mysql.csg
===================================================================
RCS file: /cvsroot/hcoop/domtool2/configDefault/mysql.csg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mysql.csg   10 Feb 2007 21:47:03 -0000      1.2
--- mysql.csg   24 Jun 2007 21:43:08 -0000      1.3
***************
*** 4,7 ****
--- 4,8 ----
  val passwd : string
  val createdb : string
+ val dropdb : string
  
  end

Index: postgres.cfg
===================================================================
RCS file: /cvsroot/hcoop/domtool2/configDefault/postgres.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** postgres.cfg        22 Dec 2006 00:07:54 -0000      1.2
--- postgres.cfg        24 Jun 2007 21:43:08 -0000      1.3
***************
*** 3,6 ****
--- 3,7 ----
  val adduser = "/usr/bin/sudo /usr/local/sbin/domtool-postgres adduser "
  val createdb = "/usr/bin/sudo /usr/local/sbin/domtool-postgres createdb "
+ val dropdb = "/usr/bin/sudo /usr/local/sbin/domtool-postgres dropdb "
  
  end

Index: postgres.csg
===================================================================
RCS file: /cvsroot/hcoop/domtool2/configDefault/postgres.csg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** postgres.csg        22 Dec 2006 00:07:54 -0000      1.2
--- postgres.csg        24 Jun 2007 21:43:08 -0000      1.3
***************
*** 3,6 ****
--- 3,7 ----
  val adduser : string
  val createdb : string
+ val dropdb : string
  
  end

Index: mysql.cfg
===================================================================
RCS file: /cvsroot/hcoop/domtool2/configDefault/mysql.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mysql.cfg   10 Feb 2007 21:47:03 -0000      1.2
--- mysql.cfg   24 Jun 2007 21:43:08 -0000      1.3
***************
*** 4,7 ****
--- 4,8 ----
  val passwd = "/usr/bin/sudo /usr/local/sbin/domtool-mysql passwd "
  val createdb = "/usr/bin/sudo /usr/local/sbin/domtool-mysql createdb "
+ val dropdb = "/usr/bin/sudo /usr/local/sbin/domtool-mysql dropdb "
  
  end

Index: apache.cfg
===================================================================
RCS file: /cvsroot/hcoop/domtool2/configDefault/apache.cfg,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** apache.cfg  20 Jun 2007 23:47:42 -0000      1.18
--- apache.cfg  24 Jun 2007 21:43:08 -0000      1.19
***************
*** 14,18 ****
  
  val webNodes_all = [("mire", {version = APACHE_2, auth = MOD_WAKLOG})]
! val webNodes_admin = [("deleuze", {version = APACHE_2, auth = NO_AUTH})]
  
  val webNodes_default = ["mire"]
--- 14,18 ----
  
  val webNodes_all = [("mire", {version = APACHE_2, auth = MOD_WAKLOG})]
! val webNodes_admin = [("deleuze", {version = APACHE_2, auth = MOD_WAKLOG})]
  
  val webNodes_default = ["mire"]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to