mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Im Setup werden nun zuerst die Passwoerter und dann das Netzwerk konfiguriert.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@909 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -176,16 +176,16 @@ int main(int argc, char *argv[])
|
||||
goto EXIT;
|
||||
if (!(handledomainname()))
|
||||
goto EXIT;
|
||||
if (!(handlenetworking()))
|
||||
goto EXIT;
|
||||
if (!(handleisdn()))
|
||||
goto EXIT;
|
||||
if (!(handledhcp()))
|
||||
goto EXIT;
|
||||
if (!(handlerootpassword()))
|
||||
goto EXIT;
|
||||
if (!(handleadminpassword()))
|
||||
goto EXIT;
|
||||
if (!(handleisdn()))
|
||||
goto EXIT;
|
||||
if (!(handlenetworking()))
|
||||
goto EXIT;
|
||||
if (!(handledhcp()))
|
||||
goto EXIT;
|
||||
|
||||
autook = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user