From owner-cvs-src@FreeBSD.ORG Mon Mar 22 04:01:23 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 C5A5816A4CE; Mon, 22 Mar 2004 04:01:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A686443D45; Mon, 22 Mar 2004 04:01:23 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2MC1NGe017968; Mon, 22 Mar 2004 04:01:23 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2MC1NjW017965; Mon, 22 Mar 2004 04:01:23 -0800 (PST) (envelope-from dwmalone) Message-Id: <200403221201.i2MC1NjW017965@repoman.freebsd.org> From: David Malone Date: Mon, 22 Mar 2004 04:01:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/inetd inetd.c 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: Mon, 22 Mar 2004 12:01:24 -0000 dwmalone 2004/03/22 04:01:23 PST FreeBSD src repository Modified files: usr.sbin/inetd inetd.c Log: On startup, warn if inetd's config file doesn't exist. This isn't exactly the same as patch from the PR, which also exited if the config file was missing. I didn't use Jeff's patch because I was worried that some people might start inetd, create the config file and then HUP inetd. PR: 60806 Submitted by: Jeff Ito MFC after: 2 weeks Revision Changes Path 1.124 +2 -0 src/usr.sbin/inetd/inetd.c