Added vsys.conf processing that Faiyaz requested.
[vsys.git] / globals.ml
index 3ea4a32..4e2d332 100644 (file)
@@ -3,6 +3,7 @@ let backend = ref ""
 let debug = ref true
 let vsys_version = "0.5"
 let nochroot = ref false
+let conffile = ref ""
 
 type result = Success | Failed