From owner-p4-projects@FreeBSD.ORG Mon Jan 24 12:38:26 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D4D1316A4D0; Mon, 24 Jan 2005 12:38:25 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9690116A4CE for ; Mon, 24 Jan 2005 12:38:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8094F43D2F for ; Mon, 24 Jan 2005 12:38:25 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0OCcPPR036399 for ; Mon, 24 Jan 2005 12:38:25 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0OCcPLB036396 for perforce@freebsd.org; Mon, 24 Jan 2005 12:38:25 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 24 Jan 2005 12:38:25 GMT Message-Id: <200501241238.j0OCcPLB036396@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 69585 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 12:38:26 -0000 http://perforce.freebsd.org/chv.cgi?CH=69585 Change 69585 by rwatson@rwatson_tislabs on 2005/01/24 12:37:58 Necessary defaults/rc.conf entries so that the boot rc scripts don't complain about a lack of a default for the audit daemon. Affected files ... .. //depot/projects/trustedbsd/audit3/etc/defaults/rc.conf#4 edit Differences ... ==== //depot/projects/trustedbsd/audit3/etc/defaults/rc.conf#4 (text+ko) ==== @@ -418,6 +418,8 @@ ### Miscellaneous administrative options ################### ############################################################## +auditd_enable="NO" # Run the audit daemon. +auditd_flags="" # Whcih options to pass to the audit daemon. cron_enable="YES" # Run the periodic job daemon. cron_program="/usr/sbin/cron" # Which cron executable to run (if enabled). cron_dst="YES" # Handle DST transitions intelligently (YES/NO)