diff options
| author | christos <christos@NetBSD.org> | 2018-11-12 00:50:54 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-11-12 00:50:54 +0000 |
| commit | bcad4cfec4a3dfe8e33ae4f3eadd46a2dc649f45 (patch) | |
| tree | e1093e1144f521ad6e8c78658ea4d4f4e4d711ac | |
| parent | 233873ba56baec7a2a92987ec003d95eb87bcc0e (diff) | |
FILES section from Dan Plassche
| -rw-r--r-- | usr.sbin/sliplogin/sliplogin.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/sliplogin/sliplogin.8 b/usr.sbin/sliplogin/sliplogin.8 index 346f494c456..a4a410cf6fc 100644 --- a/usr.sbin/sliplogin/sliplogin.8 +++ b/usr.sbin/sliplogin/sliplogin.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: sliplogin.8,v 1.9 2003/08/07 11:25:43 agc Exp $ +.\" $NetBSD: sliplogin.8,v 1.10 2018/11/12 00:50:54 christos Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)sliplogin.8 8.2 (Berkeley) 1/5/94 .\" -.Dd January 5, 1994 +.Dd November 11, 2018 .Dt SLIPLOGIN 8 .Os .Sh NAME @@ -166,6 +166,16 @@ is in group and mode 4550 (setuid root, only group .Em slip can execute binary). +.Sh FILES +.Bl -tag -width /usr/share/examples/slip/slip.login -compact +.It Pa /usr/share/examples/slip/slip.login +Sample slip.login script +.It Pa /etc/sliphome/slip.login.loginname +Login script for +.Em loginname +.It Pa /etc/sliphome/slip.hosts +Per host settings +.El .Sh DIAGNOSTICS .Nm logs various information to the system log daemon, |
