svn commit: r258108 - projects/random_number_generator/usr.bin/login
Mark Murray
markm at FreeBSD.org
Wed Nov 13 22:35:19 UTC 2013
Author: markm
Date: Wed Nov 13 22:35:18 2013
New Revision: 258108
URL: http://svnweb.freebsd.org/changeset/base/258108
Log:
MFC - tracking commit.
Modified:
projects/random_number_generator/usr.bin/login/login.c
Directory Properties:
projects/random_number_generator/ (props changed)
Modified: projects/random_number_generator/usr.bin/login/login.c
==============================================================================
--- projects/random_number_generator/usr.bin/login/login.c Wed Nov 13 22:32:35 2013 (r258107)
+++ projects/random_number_generator/usr.bin/login/login.c Wed Nov 13 22:35:18 2013 (r258108)
@@ -103,8 +103,8 @@ static void usage(void);
#define DEFAULT_PASSWD_PROMPT "Password:"
#define TERM_UNKNOWN "su"
#define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */
-#define NO_SLEEP_EXIT 0
-#define SLEEP_EXIT 5
+#define NO_SLEEP_EXIT 0
+#define SLEEP_EXIT 5
/*
* This bounds the time given to login. Not a define so it can
@@ -380,12 +380,12 @@ main(int argc, char *argv[])
au_login_success();
#endif
- /*
- * This needs to happen before login_getpwclass to support
- * home directories on GSS-API authenticated NFS where the
- * kerberos credentials need to be saved so that the kernel
- * can authenticate to the NFS server.
- */
+ /*
+ * This needs to happen before login_getpwclass to support
+ * home directories on GSS-API authenticated NFS where the
+ * kerberos credentials need to be saved so that the kernel
+ * can authenticate to the NFS server.
+ */
pam_err = pam_setcred(pamh, pam_silent|PAM_ESTABLISH_CRED);
if (pam_err != PAM_SUCCESS) {
pam_syslog("pam_setcred()");
More information about the svn-src-projects
mailing list