aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>1994-05-19 18:06:46 +0000
committerGuido van Rooij <guido@FreeBSD.org>1994-05-19 18:06:46 +0000
commit9eb28b5fdec65b0956d71b947179aa8f03b93c1b (patch)
tree1802cf71bfa37a199e3bca6cd08e917ce0b0111f
parent0c8096059c55445bae18b53e98ded3a895ba4d08 (diff)
downloadsrc-9eb28b5fdec65b0956d71b947179aa8f03b93c1b.tar.gz
src-9eb28b5fdec65b0956d71b947179aa8f03b93c1b.zip
1) Added s/key support .
2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido
Notes
Notes: svn path=/head/; revision=1518
-rw-r--r--etc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e5a81669a9e1..2c4cdb96a989 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.58 1994/05/17 13:03:34 jkh Exp $
+# $Id: Makefile,v 1.59 1994/05/19 12:29:28 rgrimes Exp $
NOOBJ= noobj
@@ -9,8 +9,9 @@ BINOWN= root
BINGRP= wheel
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
- inetd.conf manpath.config motd myname netstart networks phones \
- printcap protocols rc rc.local remote security services shells \
+ inetd.conf login.access manpath.config motd myname netstart \
+ networks phones printcap protocols rc rc.local remote \
+ security services shells skey.access \
syslog.conf ttys etc.${MACHINE}/disktab rpc
# -rw-rw-rw-