aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnu-finger
Commit message (Collapse)AuthorAgeFilesLines
* Fix a coredump problem with fingerd and its '-i' option.steve1998-02-021-0/+11
| | | | | PR: 5603 Submitted by: maintainer
* Previous modification to treat ttyv? as console introduced bug and thismax1997-01-061-18/+37
| | | | | | | change should correct it. Added some comment about the modification this patch is making. Instead of hardcode utmp location, use _UTMP_PATH. Submitted by: sanpei@yy.cs.keio.ac.jp
* Merge patch-ag, patch-ah into patch-ab as they all change the same file.max1997-01-062-55/+52
|
* New patch. Description from the maintainer:max1997-01-061-0/+51
| | | | | | | | | | | | | | | | | Patch for utmp ut_host. GNU finger uses ut_host information in utmp. From src/usr.bin/login/login.c CVS log, after 2.2 source tree, login.c write numerical address to ut_host. (1.12 comment of login.c) So this patch is to translate numerical address to hostname. Special Thanks to Tung-Hui Hu <hhui@arcfour.com>. Submitted by: sanpei@yy.cs.keio.ac.jp (Closing part of #PR 2360.)
* Rename files/start.fingerd.sh.sample -> fingerd.sh.sample.max1997-01-064-6/+10
| | | | | Submitted by: sanpei@yy.cs.keio.ac.jp (Closing part of PR #2360.)
* General Makefile cleanupobrien1996-12-011-6/+6
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+2
|
* Typo in MAINTAINER (was MAINTAINE).asami1996-07-121-2/+2
|
* added gatekeeper as first master ftp siteandreas1996-07-121-2/+3
|
* GNU finger.asami1996-07-1112-0/+211
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>