]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/install+setup/setup/passwords.c
Netzwerkscript beinahe vollendet.
[people/teissler/ipfire-2.x.git] / src / install+setup / setup / passwords.c
index a2f28f97f3d84f29ab7d862b22386c114580dfc0..4b9e61b51109bb199eed1ff6428a1814b197ae6d 100644 (file)
@@ -32,7 +32,7 @@ int handlerootpassword(void)
                return 0;
        
        snprintf(commandstring, STRING_SIZE,
-               "/bin/echo 'root:%s' | /usr/sbin/chpasswd",     password);
+               "/bin/echo 'root:%s' | /usr/sbin/chpasswd", password);
        if (runhiddencommandwithstatus(commandstring, ctr[TR_SETTING_ROOT_PASSWORD]))
        {
                errorbox(ctr[TR_PROBLEM_SETTING_ROOT_PASSWORD]);
@@ -83,7 +83,7 @@ int getpassword(char *password, char *text)
        do
        {
                done = 1;
-               sprintf (title, "%s v%s - %s", NAME, VERSION, SLOGAN);
+               sprintf (title, "%s %s - %s", NAME, VERSION, SLOGAN);
                rc = newtWinEntries(title, text,
                        50, 5, 5, 20, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL);