.publickey -> .pubkey to match other finger daemons.
Suggested by: assar
This commit is contained in:
parent
6ddc41c034
commit
a6115eb2f8
@ -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
|
||||
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user