From owner-freebsd-ports Tue Oct 10 17:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 198C337B66E for ; Tue, 10 Oct 2000 17:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA83754; Tue, 10 Oct 2000 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from subnet.sub.net (subnet.sub.net [212.227.14.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CDD437B66C for ; Tue, 10 Oct 2000 17:31:21 -0700 (PDT) Received: from lyxys.ka.sub.org (uucp@localhost) by subnet.sub.net (8.8.8/8.8.8/1.2subnet-linux) with bsmtp id CAA12975 for FreeBSD-gnats-submit@freebsd.org; Wed, 11 Oct 2000 02:31:17 +0200 Received: from localhost (1221 bytes) by lyxys.ka.sub.org via sendmail with P:stdio/R:smart_host/T:inet_uusmtp (sender: ) (ident using unix) id for ; Wed, 11 Oct 2000 02:29:03 +0200 (CEST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Aug-23) Message-Id: Date: Wed, 11 Oct 2000 02:29:03 +0200 (CEST) From: wolfgang@lyxys.ka.sub.org Reply-To: wolfgang@lyxys.ka.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21900: smail port suggests overwriting of sendmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21900 >Category: ports >Synopsis: smail port suggests overwriting of sendmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 10 17:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Wolfgang Zenker >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: FreeBSD 4.* >Description: The make procedure for the smail port (/usr/ports/mail/smail) outputs a suggestion to the user to enter "make replace" to replace sendmail on the system. A "make replace" actually does replace /usr/sbin/sendmail, which is nowadays a symlink to mailwrapper. The right action would be to replace the /etc/mail/mailer.conf with a version pointing to smail, at least at systems using mailwrapper (FreeBSD >= 4.x ?). >How-To-Repeat: cd /usr/ports/mail/smail make install make replace >Fix: Change Makefile to replace /etc/mail/mailer.conf instead of /usr/sbin/sendmail on calling "make replace", if the former exists. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message