diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-20 07:26:04 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-20 07:26:04 +0000 |
| commit | 74b634ac407cbadd102f2faca1f3073577a206c8 (patch) | |
| tree | 29b1e2b0798ebd33dc0a2d18f1d7dd28306966d6 /libexec/fingerd | |
| parent | 55033a6f9f41db49c7adf78f1ae97cb1dce44d53 (diff) | |
Notes
Diffstat (limited to 'libexec/fingerd')
| -rw-r--r-- | libexec/fingerd/fingerd.8 | 6 | ||||
| -rw-r--r-- | libexec/fingerd/fingerd.c | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8 index f2a58105f9ff..6ad9aa32f266 100644 --- a/libexec/fingerd/fingerd.8 +++ b/libexec/fingerd/fingerd.8 @@ -92,10 +92,10 @@ and If a name is ambiguous, all possible derivations are returned. .Pp The following options may be passed to -.Nm fingerd +.Nm as server program arguments in .Pa /etc/inetd.conf : -.Bl -tag -width Ds +.Bl -tag -width indent .It Fl s Enable secure mode. Queries without a user name are rejected and @@ -109,7 +109,7 @@ at LOG_NOTICE priority. Use an alternate program as the local information provider. The default local program executed by -.Nm fingerd +.Nm is .Xr finger 1 . By specifying a customized local server, diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index f97f3cc2df24..0a38f531f9ec 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -32,17 +32,17 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -/* +#if 0 static char sccsid[] = "@(#)fingerd.c 8.1 (Berkeley) 6/4/93"; -*/ +#endif static const char rcsid[] = - "$Id: fingerd.c,v 1.8 1997/03/28 15:48:09 imp Exp $"; + "$Id$"; #endif /* not lint */ #include <sys/types.h> |
