From owner-cvs-all@FreeBSD.ORG Sat Oct 18 17:31:51 2003 Return-Path: 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 C7C2316A4B3; Sat, 18 Oct 2003 17:31:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4666E43FBF; Sat, 18 Oct 2003 17:31:51 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9J0VpXJ072481; Sat, 18 Oct 2003 17:31:51 -0700 (PDT) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9J0VoGN072480; Sat, 18 Oct 2003 17:31:50 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200310190031.h9J0VoGN072480@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 18 Oct 2003 17:31:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc rc.sendmail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 19 Oct 2003 00:31:51 -0000 gshapiro 2003/10/18 17:31:50 PDT FreeBSD src repository Modified files: etc rc.sendmail Log: Before trying to restart/stop the MTA or MSP queue runner, make sure we are configured to use an MTA or MSP queue runner. Otherwise the script used to complain about the missing PID file. PR: conf/57075 Submitted by: Jonathan Chen MFC after: 2 weeks Revision Changes Path 1.6 +83 -0 src/etc/rc.sendmail