.publickey -> .pubkey to match other finger daemons.

Suggested by:	assar
This commit is contained in:
Dag-Erling Smørgrav 2001-01-04 10:03:44 +00:00
parent 6ddc41c034
commit a6115eb2f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70655
3 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ shell, mail status, and the contents of the files
.Dq Pa .plan ,
.Dq Pa .project
and
.Dq Pa .publickey
.Dq Pa .pubkey
from the user's home directory.
.Pp
If idle time is at least a minute and less than a day, it is
@ -134,7 +134,7 @@ from displaying the contents of the
.Dq Pa .plan ,
.Dq Pa .project
and
.Dq Pa .publickey
.Dq Pa .pubkey
files.
.It Fl m
Prevent matching of

View File

@ -96,7 +96,7 @@ lflag_print()
if (!show_text(pn->dir, _PATH_PLAN, "Plan"))
(void)printf("No Plan.\n");
(void)show_text(pn->dir,
_PATH_PUBLICKEY, "Public key");
_PATH_PUBKEY, "Public key");
}
}
}

View File

@ -31,7 +31,7 @@
#define _PATH_FORWARD ".forward"
#define _PATH_PLAN ".plan"
#define _PATH_PROJECT ".project"
#define _PATH_PUBLICKEY ".publickey"
#define _PATH_PUBKEY ".pubkey"
#ifndef _PATH_FINGERCONF
#define _PATH_FINGERCONF "/etc/finger.conf"