Date: Mon, 10 Jul 1995 14:55:05 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: ports@freebsd.org Subject: Dmitry Khrustalev: ports/609: tin cannot find sendmail and vi Message-ID: <1503.805413305@time.cdrom.com>
next in thread | raw e-mail | index | archive | help
Does ports get this mail? It certainly should, IMNSHO.. Jordan ------- Forwarded Message Return-Path: owner-freebsd-bugs@freefall.cdrom.com Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id KAA01088 for <jkh@time.cdrom.com>; Mon, 10 Jul 1995 10:42:44 -0700 Received: from localhost (daemon@localhost) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA16678 ; Mon, 10 Jul 1995 10:40:34 -0700 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 <dima@satty.npi.msu.su> Reply-To: Dmitry Khrustalev <dima@satty.npi.msu.su> To: freebsd-bugs@freefall.cdrom.com 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: ------- End of Forwarded Message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1503.805413305>