From owner-freebsd-bugs Mon Jul 10 10:40:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA16642 for bugs-outgoing; Mon, 10 Jul 1995 10:40:03 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA16635 ; Mon, 10 Jul 1995 10:40:03 -0700 Date: Mon, 10 Jul 1995 10:40:03 -0700 Message-Id: <199507101740.KAA16635@freefall.cdrom.com> From: Dmitry Khrustalev Reply-To: Dmitry Khrustalev To: freebsd-bugs Subject: ports/609: tin cannot find sendmail and vi In-Reply-To: Your message of Mon, 10 Jul 1995 21:31:09 +0400 <199507101731.VAA01090@satty.npi.msu.su> Sender: bugs-owner@FreeBSD.org Precedence: bulk >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: