From owner-freebsd-questions Fri Feb 28 14:21:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC66137B401 for ; Fri, 28 Feb 2003 14:21:27 -0800 (PST) Received: from ms-smtp-03.tampabay.rr.com (ms-smtp-03.tampabay.rr.com [65.32.1.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066D243F93 for ; Fri, 28 Feb 2003 14:21:27 -0800 (PST) (envelope-from ka0ttic@cfl.rr.com) Received: from ka0ttic (86.107.26.24.cfl.rr.com [24.26.107.86]) by ms-smtp-03.tampabay.rr.com (8.12.5/8.12.5) with ESMTP id h1SMLPOZ011408 for ; Fri, 28 Feb 2003 17:21:26 -0500 (EST) Subject: disabling inetd & sendmail From: Aaron Walker To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 28 Feb 2003 17:21:13 -0500 Message-Id: <1046470874.2149.4.camel@ka0ttic> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to disable inetd and sendmail so that they do not start up when my router/firewall boots up. I have the following in /etc/rc.conf but it doesnt do any good: inetd_enable="NO" sendmail_enable="NO" how do I go about disabling these? thanks, Aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message