Description: show ~/.face if available Author: Vincenzo 'KatolaZ' Nicosia --- a/finger/lprint.c +++ b/finger/lprint.c @@ -62,6 +62,7 @@ #define _PATH_PLAN ".plan" #define _PATH_PROJECT ".project" #define _PATH_PGPKEY ".pgpkey" +#define _PATH_FACE ".face" void lflag_print(void) @@ -99,6 +100,9 @@ * shell * office, office phone, home phone if available */ + xprintf("~~~~~~~~~~~~~~~~~~~~\n"); + if(show_text(pn->dir, _PATH_FACE, "")) + xprintf("~~~~~~~~~~~~~~~~~~~~\n"); xprintf("Login: %-15s\t\t\tName: %s\nDirectory: %-25s", pn->name, pn->realname ? pn->realname : "", pn->dir); xprintf("\tShell: %-s\n", *pn->shell ? pn->shell : _PATH_BSHELL);