From owner-freebsd-ports-bugs@freebsd.org Fri Jul 28 16:01:29 2017 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 72655DC8F9F for ; Fri, 28 Jul 2017 16:01:29 +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 5EC1A661EE for ; Fri, 28 Jul 2017 16:01:29 +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 v6SG1SV7073866 for ; Fri, 28 Jul 2017 16:01:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 123411] [PATCH] mail/postfix-policyd-weight - rc.d startup script does not correctly show status because "name" is set incorrectly. Date: Fri, 28 Jul 2017 16:01:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Only Me X-Bugzilla-Who: danmcgrath.ca@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2017 16:01:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D123411 Dan McGrath changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danmcgrath.ca@gmail.com --- Comment #7 from Dan McGrath --- Hi, I think this bug is still a problem, at least in 2017Q3 branch that I am us= ing. Namely it breaks the saltstack "enable" service due to the way it does the lookup and checks the name and compares to the rc.d script name. I am not exactly who is at fault here as it might be more of a problem with salt and the logic is uses. In the end, I use a state with: mail/postfix-policyd-weight: pkg: - installed service: - name: policyd-weight - running - enable: True Salt is able to start this service, but it never modifies the rc.conf and it doesn't understand the convention used, thus it would fail a restart of the host/jail this state is applied to unless a salt highstate is run to correct the issue. While I can work around this with salt by manually editing the rc.conf, I wonder if this bug needs to be revisited? --=20 You are receiving this mail because: You are the assignee for the bug.=