summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/lprint.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-12-29 11:39:25 +0000
committerdes <des@FreeBSD.org>2000-12-29 11:39:25 +0000
commit7880bf45e45edc849735ac5e44fdd8f096af7605 (patch)
tree15263c4a189f689574faf7f73ead59af2f430d55 /usr.bin/finger/lprint.c
parenteb8ba1682cfe5c34d285aa6132c97a3130a0c0d0 (diff)
downloadFreeBSD-src-7880bf45e45edc849735ac5e44fdd8f096af7605.zip
FreeBSD-src-7880bf45e45edc849735ac5e44fdd8f096af7605.tar.gz
Add support for a .publickey file.
Submitted by: Svein Skogen <tds@nsn.no> Reviewed by: brian, ru
Diffstat (limited to 'usr.bin/finger/lprint.c')
-rw-r--r--usr.bin/finger/lprint.c2
1 files changed, 2 insertions, 0 deletions
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");
}
}
}
OpenPOWER on IntegriCloud