Date: Mon, 10 Jul 1995 10:40:03 -0700 From: Dmitry Khrustalev <dima@satty.npi.msu.su> To: freebsd-bugs Subject: ports/609: tin cannot find sendmail and vi Message-ID: <199507101740.KAA16635@freefall.cdrom.com> In-Reply-To: Your message of Mon, 10 Jul 1995 21:31:09 %2B0400 <199507101731.VAA01090@satty.npi.msu.su>
next in thread | previous in thread | raw e-mail | index | archive | help
>Number: 609 >Category: ports >Synopsis: tin cannot find sendmail and vi >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 10 10:40:02 1995 >Originator: Dmitry Khrustalev >Organization: >Release: FreeBSD 2.0-BUILT-19950627 i386 >Environment: >Description: Tin cannot find sendmail and vi executables, it looks for /usr/lib/sendmail and /usr/ucb/vi. >How-To-Repeat: >Fix: Apply the following patch: *** tin.h.orig Mon Jul 10 20:58:13 1995 --- tin.h Mon Jul 10 20:58:58 1995 *************** *** 279,285 **** # define strchr(str, ch) index(str, ch) # define strrchr(str, ch) rindex(str, ch) # define DEFAULT_SHELL "/bin/csh" ! # if defined(__386BSD__) || defined(__bsdi__) # define DEFAULT_EDITOR "/usr/bin/vi" # define DEFAULT_PRINTER "/usr/bin/lpr" # define DEFAULT_MAILER "/usr/sbin/sendmail" --- 279,285 ---- # define strchr(str, ch) index(str, ch) # define strrchr(str, ch) rindex(str, ch) # define DEFAULT_SHELL "/bin/csh" ! # if defined(__386BSD__) || defined(__bsdi__) || defined(__FreeBSD__) # define DEFAULT_EDITOR "/usr/bin/vi" # define DEFAULT_PRINTER "/usr/bin/lpr" # define DEFAULT_MAILER "/usr/sbin/sendmail" >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507101740.KAA16635>