From 7880bf45e45edc849735ac5e44fdd8f096af7605 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 29 Dec 2000 11:39:25 +0000 Subject: Add support for a .publickey file. Submitted by: Svein Skogen Reviewed by: brian, ru --- usr.bin/finger/lprint.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/finger/lprint.c') diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 11da686..bd321e1 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -95,6 +95,8 @@ lflag_print() (void)show_text(pn->dir, _PATH_PROJECT, "Project"); if (!show_text(pn->dir, _PATH_PLAN, "Plan")) (void)printf("No Plan.\n"); + (void)show_text(pn->dir, + _PATH_PUBLICKEY, "Public key"); } } } -- cgit v1.1