Immense cleanup of libc, implemening login program. Slight changes to ACL handling...
[tpg/acess2.git] / Kernel / system.c
index a736c46..b313483 100644 (file)
@@ -19,7 +19,7 @@ void  System_ExecuteScript();
 
 // === GLOBALS ===
 char   *gsInitPath = "/Acess/Bin/init";
-char   *gsConfigScript = "/Acess/BootConf.cfg";
+char   *gsConfigScript = "/Acess/Conf/BootConf.cfg";
 
 // === CODE ===
 void System_Init(char *ArgString)

UCC git Repository :: git.ucc.asn.au