From owner-svn-src-user@freebsd.org Sun Jul 1 00:07:42 2018 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B91FFDFD1B for ; Sun, 1 Jul 2018 00:07:42 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E0BC69155C; Sun, 1 Jul 2018 00:07:41 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC9F817012; Sun, 1 Jul 2018 00:07:41 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6107fGm072007; Sun, 1 Jul 2018 00:07:41 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6107fr3072006; Sun, 1 Jul 2018 00:07:41 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201807010007.w6107fr3072006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Sun, 1 Jul 2018 00:07:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r335829 - user/cperciva/panicmail X-SVN-Group: user X-SVN-Commit-Author: cperciva X-SVN-Commit-Paths: user/cperciva/panicmail X-SVN-Commit-Revision: 335829 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 00:07:42 -0000 Author: cperciva Date: Sun Jul 1 00:07:41 2018 New Revision: 335829 URL: https://svnweb.freebsd.org/changeset/base/335829 Log: Add /usr/local/bin to $PATH so that panicmail can use gdb from ports. Submitted by: sbruno Modified: user/cperciva/panicmail/panicmail Modified: user/cperciva/panicmail/panicmail ============================================================================== --- user/cperciva/panicmail/panicmail Sat Jun 30 21:36:35 2018 (r335828) +++ user/cperciva/panicmail/panicmail Sun Jul 1 00:07:41 2018 (r335829) @@ -60,6 +60,9 @@ rcvar="panicmail_enable" start_cmd="panicmail_run" stop_cmd=":" +# On HEAD, gdb will be installed from ports +PATH=${PATH}:/usr/local/bin + # Gather the data we want to include in a panic report. panicmail_gather() {