Adding some library functions that'll facilitate the creation of vsys scripts.
[vsys.git] / globals.ml
index ed147cf..3ea4a32 100644 (file)
@@ -1,6 +1,8 @@
+(** Some things that didn't fit in elsewhere *)
 let backend = ref ""
 let debug = ref true
 let vsys_version = "0.5"
+let nochroot = ref false
 
 type result = Success | Failed