+2007-10-27 Christian Perrier <bubulle@debian.org
+
+ * src/newgrp.c, src/passwd.c, src/su.c:
+ No longer 'apologize' to users when they use incorrect passwords
+ Remove "Sorry" from programs display
+ Imported from Debian's patch 413_no-sorry-in-passwd
+
2007-10-13 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, po/zh_CN.po: Updated Chinese translation. Imported from
* there is no password, print out "Sorry" and give up
*/
sleep (1);
- fputs (_("Sorry.\n"), stderr);
+ fputs (_("No password.\n"), stderr);
goto failure;
}
"Invalid password for group `%s' from `%s'",
group, name));
sleep (1);
- fputs (_("Sorry.\n"), stderr);
goto failure;
}
}
if (now < ok) {
fprintf (stderr,
_
- ("Sorry, the password for %s cannot be changed yet.\n"),
+ ("The password for %s cannot be changed yet.\n"),
pw->pw_name);
SYSLOG ((LOG_WARN, "now < minimum age for `%s'", pw->pw_name));
closelog ();
oldname[0] ? oldname : "???", name[0] ? name : "???"));
closelog ();
#endif
- puts (_("Sorry."));
exit (1);
}