From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 28 09:10:09 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D58F9106566B for ; Sat, 28 Jul 2012 09:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 94F6E8FC12 for ; Sat, 28 Jul 2012 09:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6S9A9bL012657 for ; Sat, 28 Jul 2012 09:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6S9A9ou012656; Sat, 28 Jul 2012 09:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 28 Jul 2012 09:10:09 GMT Resent-Message-Id: <201207280910.q6S9A9ou012656@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Cochard-Labbé Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8605106566C for ; Sat, 28 Jul 2012 09:07:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 93A2A8FC0A for ; Sat, 28 Jul 2012 09:07:33 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q6S97XZV025877 for ; Sat, 28 Jul 2012 09:07:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q6S97XOF025876; Sat, 28 Jul 2012 09:07:33 GMT (envelope-from nobody) Message-Id: <201207280907.q6S97XOF025876@red.freebsd.org> Date: Sat, 28 Jul 2012 09:07:33 GMT From: Olivier Cochard-Labbé To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: conf/170230: /etc/rc.d/mrouted call for a port but look for a configuration file in /etc X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2012 09:10:09 -0000 >Number: 170230 >Category: conf >Synopsis: /etc/rc.d/mrouted call for a port but look for a configuration file in /etc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 28 09:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Cochard-Labbé >Release: 9.0-RELEASE >Organization: BSD Router Project >Environment: FreeBSD orange.bsdrp.net 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The /etc/rc.d/mrouted script depend of a port (net/mrouted), but it check for a configuration file in /etc (required_files="/etc/${name}.conf"). => A port should not install its configuration file in /etc but in ${PREFIX}/etc. >How-To-Repeat: >Fix: replacing: required_files="/etc/${name}.conf" By: required_files="/usr/local/etc/${name}.conf" >Release-Note: >Audit-Trail: >Unformatted: