Build domestic login on domestic systems.

Incorporated (minor) diff from domestic man page.
This commit is contained in:
kim 1999-03-05 01:07:56 +00:00
parent 9fe70fa4aa
commit 0d4599522a
2 changed files with 19 additions and 4 deletions

View File

@ -1,6 +1,12 @@
# $NetBSD: Makefile,v 1.20 1999/02/18 21:22:52 scottr Exp $
# $NetBSD: Makefile,v 1.21 1999/03/05 01:07:56 kim Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM definition
.if !exists(${.CURDIR}/../../domestic/usr.bin/login) || \
defined(EXPORTABLE_SYSTEM) || \
make(obj) || make(clean) || make(cleandir) || make(distclean)
PROG= login
SRCS= login.c
DPADD+= ${LIBUTIL} ${LIBCRYPT}
@ -18,3 +24,11 @@ LDADD+= -lskey
.endif
.include <bsd.prog.mk>
.else # EXPORTABLE_SYSTEM
MAN= login.1
.include <bsd.man.mk>
.endif # EXPORTABLE_SYSTEM

View File

@ -1,4 +1,4 @@
.\" $NetBSD: login.1,v 1.14 1999/01/13 10:51:07 fair Exp $
.\" $NetBSD: login.1,v 1.15 1999/03/05 01:07:57 kim Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -59,8 +59,8 @@ If the user can be authenticated via
then the
.Tn S/Key
challenge is incorporated in the password prompt.
The user then has the option of entering their normal password or
the
The user then has the option of entering their Kerberos or normal
password or the
.Tn S/Key
response.
Neither will be echoed.
@ -158,6 +158,7 @@ makes login quieter
.El
.Sh SEE ALSO
.Xr chpass 1 ,
.Xr kerberos 1 ,
.Xr passwd 1 ,
.Xr rlogin 1 ,
.Xr skey 1 ,