X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fmts.c;h=88bae835c34c24a2c504c7b49db7c78b548b227a;hb=809e4cb1458859eac403bf2e23d717c23a9cc892;hp=548731e12262da36bfb7a831b273fa613728eff5;hpb=e7129bf90a1b361e07365002379d8d2874c0f771;p=mmh diff --git a/sbr/mts.c b/sbr/mts.c index 548731e..88bae83 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -404,7 +404,9 @@ getuserinfo (void) /* The $SIGNATURE environment variable overrides the GECOS field's idea of your real name. If SIGNATURE isn't set, use the Signature profile - setting if it exists. */ + setting if it exists. + Note that post(8) and whom(1) use context_foil (), so they + won't see the profile component. */ if ((cp = getenv ("SIGNATURE")) && *cp) strncpy (fullname, cp, sizeof(fullname)); else if ((cp = context_find("Signature")))