From owner-cvs-all@FreeBSD.ORG Sat Oct 21 15:03:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EBD016A412; Sat, 21 Oct 2006 15:03:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6AB43D53; Sat, 21 Oct 2006 15:03:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9LF3siT097748; Sat, 21 Oct 2006 15:03:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9LF3scZ097747; Sat, 21 Oct 2006 15:03:54 GMT (envelope-from delphij) Message-Id: <200610211503.k9LF3scZ097747@repoman.freebsd.org> From: Xin LI Date: Sat, 21 Oct 2006 15:03:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 mailer.conf.5 src/usr.sbin/mailwrapper Makefile mailwrapper.8 mailwrapper.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 15:03:54 -0000 delphij 2006-10-21 15:03:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 mailer.conf.5 usr.sbin/mailwrapper Makefile mailwrapper.8 mailwrapper.c Log: MFC: mailwrapper(8) enhancements on -HEAD. The most visiable feature is that we can now specify additional command line parameters, which makes it possible to use applications, e.g. mini_sendmail as a sendmail replacement. Approved by: re (hrs) Revision Changes Path 1.11.2.1 +63 -19 src/share/man/man5/mailer.conf.5 1.13.2.1 +1 -0 src/usr.sbin/mailwrapper/Makefile 1.12.8.1 +9 -9 src/usr.sbin/mailwrapper/mailwrapper.8 1.9.10.1 +41 -69 src/usr.sbin/mailwrapper/mailwrapper.c