From owner-cvs-src@FreeBSD.ORG Sat Jun 26 09:27:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E083C16A4CE; Sat, 26 Jun 2004 09:27:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7EC943D5C; Sat, 26 Jun 2004 09:27:45 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5Q9RUs9056523; Sat, 26 Jun 2004 09:27:30 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5Q9RUVZ056522; Sat, 26 Jun 2004 09:27:30 GMT (envelope-from mtm) Message-Id: <200406260927.i5Q9RUVZ056522@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 26 Jun 2004 09:27:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc rc.shutdown rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 09:27:46 -0000 mtm 2004-06-26 09:27:30 UTC FreeBSD src repository Modified files: etc rc.shutdown rc.subr Log: Make the stop command respect the 'fast' prefix. Most notably, this cleans up messages when shutting down from single user. In such a case there are usually no daemons running, but their pid files are still in /var/run. This causes rc.d to output diagnostics about daemons with pidfiles, but that are not running. Revision Changes Path 1.27 +2 -2 src/etc/rc.shutdown 1.29 +4 -3 src/etc/rc.subr