hcoop: change dbmsNode to gibran release_20181209-1
authorClinton Ebadi <clinton@unknownlamer.org>
Mon, 10 Dec 2018 02:17:29 +0000 (21:17 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Mon, 10 Dec 2018 02:17:29 +0000 (21:17 -0500)
Needed for mysql-fixperms to work (unfortunately still needed because
mysql is awful).

configDefault/dbms.cfg

index 2a7e6e2..49fb9c7 100644 (file)
@@ -1,5 +1,5 @@
 structure Dbms :> DBMS_CONFIG = struct
 
-val dbmsNode = "fritz"
+val dbmsNode = "gibran"
 
 end