]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Im Setup werden nun zuerst die Passwoerter und dann das Netzwerk konfiguriert.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 22 Sep 2007 11:49:10 +0000 (11:49 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 22 Sep 2007 11:49:10 +0000 (11:49 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@909 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

src/install+setup/setup/main.c

index 0595468ac4a8e3b4d8194124c7451f653a529089..d59e9ca044a45cf68b87153962647c0213a840d9 100644 (file)
@@ -176,15 +176,15 @@ int main(int argc, char *argv[])
                        goto EXIT;
                if (!(handledomainname()))
                        goto EXIT;
-               if (!(handlenetworking()))
+               if (!(handlerootpassword()))
                        goto EXIT;
-               if (!(handleisdn()))
+               if (!(handleadminpassword()))
                        goto EXIT;
-               if (!(handledhcp()))
+               if (!(handleisdn()))
                        goto EXIT;
-               if (!(handlerootpassword()))
+               if (!(handlenetworking()))
                        goto EXIT;
-               if (!(handleadminpassword()))
+               if (!(handledhcp()))
                        goto EXIT;
 
                autook = 1;