From owner-freebsd-ports-bugs@freebsd.org Mon Dec 7 15:50:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 324969B9FED for ; Mon, 7 Dec 2015 15:50:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 090521DCA for ; Mon, 7 Dec 2015 15:50:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB7Foh2v025189 for ; Mon, 7 Dec 2015 15:50:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 205093] databases/mysql56-server doesn't obey hier(7) Date: Mon, 07 Dec 2015 15:50:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: amvandemore@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ale@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 15:50:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205093 Bug ID: 205093 Summary: databases/mysql56-server doesn't obey hier(7) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ale@FreeBSD.org Reporter: amvandemore@gmail.com Flags: maintainer-feedback?(ale@FreeBSD.org) Assignee: ale@FreeBSD.org According to hier(7) and almost all other ports, /usr/local/etc is the default location for configuration files. This port installs /usr/local/my.cnf via the /usr/local/etc/rc.d/mysql-server script. For example, on this system with 1072 pkg's installed, only this one finds it necessary to install to /usr/local/: # ll /usr/local/ total 984 drwxr-xr-x 22 root wheel 23 Dec 7 09:46 ./ drwxr-xr-x 17 root wheel 17 Aug 2 22:39 ../ drwxr-xr-x 4 root wheel 2833 Nov 27 22:02 bin/ drwxr-xr-x 2 root wheel 26 Nov 27 10:11 bin32/ drwxr-xr-x 2 root wheel 4 Sep 11 00:52 env/ drwxr-xr-x 47 root wheel 88 Nov 27 10:08 etc/ drwxr-xr-x 388 root wheel 1263 Nov 27 22:02 include/ drwxr-xr-x 3 root wheel 86 Nov 27 10:11 info/ drwxr-xr-x 105 root wheel 3766 Nov 27 22:02 lib/ drwxr-xr-x 5 root wheel 51 Nov 27 10:11 lib32/ drwxr-xr-x 5 root wheel 5 Sep 11 00:52 libdata/ drwxr-xr-x 11 root wheel 68 Nov 22 09:10 libexec/ drwxr-xr-x 5 root wheel 5 Jan 21 2015 llvm33/ drwxr-xr-x 6 root wheel 6 Feb 14 2015 llvm35/ drwxr-xr-x 6 root wheel 6 Sep 28 07:51 llvm36/ drwxr-xr-x 33 root wheel 34 Dec 5 04:15 man/ -rw-r--r-- 1 root wheel 943 Dec 7 09:46 my.cnf drwxr-xr-x 9 root wheel 14 Nov 10 10:48 openjdk8/ drwxr-xr-x 5 root wheel 8 Nov 22 09:10 openssl/ drwxr-xr-x 2 root wheel 71 Dec 4 20:41 sbin/ drwxr-xr-x 166 root wheel 166 Nov 27 22:02 share/ drwxr-xr-x 3 root wheel 3 Oct 2 2014 var/ drwxr-xr-x 4 root wheel 4 Aug 2 09:26 x86_64-portbld-freebsd10.1/ # pkg info |wc -l 1072 -- You are receiving this mail because: You are the assignee for the bug.