summaryrefslogtreecommitdiffstats
path: root/eBones/kinit/kinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/kinit/kinit.c')
-rw-r--r--eBones/kinit/kinit.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/eBones/kinit/kinit.c b/eBones/kinit/kinit.c
index 94ce0fe..9f531d1 100644
--- a/eBones/kinit/kinit.c
+++ b/eBones/kinit/kinit.c
@@ -1,13 +1,13 @@
/*
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
* For copying and distribution information, please see the file
- * <Copyright.MIT>.
+ * <Copyright.MIT>.
*
* Routine to initialize user to Kerberos. Prompts optionally for
* user, instance and realm. Authenticates user and gets a ticket
- * for the Kerberos ticket-granting service for future use.
+ * for the Kerberos ticket-granting service for future use.
*
- * Options are:
+ * Options are:
*
* -i[instance]
* -r[realm]
@@ -15,12 +15,12 @@
* -l[ifetime]
*
* from: kinit.c,v 4.12 90/03/20 16:11:15 jon Exp $
- * $Id: kinit.c,v 1.2 1994/07/19 19:24:33 g89r4222 Exp $
+ * $Id: kinit.c,v 1.1.1.1 1994/09/30 14:49:58 csgr Exp $
*/
#ifndef lint
static char rcsid[] =
-"$Id: kinit.c,v 1.2 1994/07/19 19:24:33 g89r4222 Exp $";
+"$Id: kinit.c,v 1.1.1.1 1994/09/30 14:49:58 csgr Exp $";
#endif lint
#include <stdio.h>
@@ -151,7 +151,7 @@ main(argc, argv)
strncpy(aname, pwd->pw_name, sizeof(aname));
}
}
-
+
if (!*aname)
exit(0);
if (!k_isname(aname)) {
OpenPOWER on IntegriCloud