]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/install+setup/setup/main.c
Ă„nderungen am Installer/Setup vorgenommen. ISDN wird erstmal nicht Ă¼ber den Installer...
[people/teissler/ipfire-2.x.git] / src / install+setup / setup / main.c
index 5111153d7081e8a82f25f6dd0674e0be7da6639d..1000a9474e2a82626f88db4dc110d07d2d5e8cfc 100644 (file)
@@ -62,6 +62,9 @@ int main(int argc, char *argv[])
 
        fprintf(flog, "Setup program started.\n");
 
+       if (!setlocale(LC_CTYPE,""))
+               fprintf(flog, "Locale not spezified. Check LANG, LC_CTYPE, RC_ALL.");
+
        kv = initkeyvalues();
        if (!(readkeyvalues(kv, CONFIG_ROOT "/main/settings")))
        {
@@ -178,8 +181,8 @@ int main(int argc, char *argv[])
                        goto EXIT;
                if (!(handledomainname()))
                        goto EXIT;
-               if (!(handleisdn()))
-                       goto EXIT;
+//             if (!(handleisdn()))
+//                     goto EXIT;
                if (!(handlenetworking()))
                        goto EXIT;
                if (!(handledhcp()))