From owner-svn-doc-all@freebsd.org Sun May 22 16:37:49 2016 Return-Path: Delivered-To: svn-doc-all@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 54108B4541E; Sun, 22 May 2016 16:37:49 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x232.google.com (mail-pf0-x232.google.com [IPv6:2607:f8b0:400e:c00::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2656C128A; Sun, 22 May 2016 16:37:49 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x232.google.com with SMTP id y69so56573692pfb.1; Sun, 22 May 2016 09:37:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=opElxa2lOVnP5eI1MbQ6Coc7r+yURRsZcrCKUAgfd+8=; b=eWqN+Q9ocTgQxtJshf/hqWuWPdz3/Je6ed3HW5Hq7wUU34ouIo6pQPjOVp4usN9iR0 KUVf7lhtIWhqt3gls8rUXCauatoN+rT6WIABZvWx7oVUAOBazXEuyqPK3Iv8LCsjMka3 echdKeM9JiPBC/5sNd84tFJtd7eNyKPcTj/GJCBuaiVT/b9rY1tg2YysxT++Fes6PojI NKSBvRrpTs3wPu0vMJDCGOCacWu2Tb6Rfjgitmrq5sLHpkJ9lbNnlkBZpjMMJylFcLQx nYsjc2Kuw07FsCbh/EUvV2mHSSv1y7iYon92Aemc4edFwlsLxcnuRZTtLjdNmPaeay/P 0Oyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=opElxa2lOVnP5eI1MbQ6Coc7r+yURRsZcrCKUAgfd+8=; b=DlVSHhI1KgU1uG3dSGS4rw8H7D2EAT8k8fvqoRHi9wookNzjAhjGNjzlTV92UqdGgq wG4Y8sQYJjazMCFV+oHuOf6kKn416bjNeznZLyR4srhyE9HMRDwFHwVpQrpTKp141yy6 SwDi26t8KXOT7/Pt2EzrZ/AOJDTmIHpvRRhXV0oKrjri3OH18M4xTHoraH55dewIVhyF qU3FgX87mVJDs42gFen4dptTWuRldVplDPtMXCWHzZq0efyOeJDtAgm52qT662RwsGPi gAhDu1Vp4M3jWulUjusr/AUbsrHqkFnuG4uh+FpxLQ3lyBShOyNqTOx8nTfLoaabP8oO nVCA== X-Gm-Message-State: ALyK8tKcgb6l9LndhoJrqXU6yn9KRDpoMyQeKc+cojky+mw1KpPhcKnRYlIYXANx9H1qKg== X-Received: by 10.98.57.138 with SMTP id u10mr9042139pfj.148.1463935068668; Sun, 22 May 2016 09:37:48 -0700 (PDT) Received: from [192.168.20.14] (c-73-97-222-46.hsd1.wa.comcast.net. [73.97.222.46]) by smtp.gmail.com with ESMTPSA id m64sm17713881pfc.19.2016.05.22.09.37.47 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 May 2016 09:37:47 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r48837 - head/share/pgpkeys From: Ngie Cooper X-Mailer: iPhone Mail (13F69) In-Reply-To: <800A25B7FFC19442FF3FDF5F@atuin.in.mat.cc> Date: Sun, 22 May 2016 09:37:46 -0700 Cc: Garrett Cooper , doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201605220012.u4M0CXPI046867@repo.freebsd.org> <800A25B7FFC19442FF3FDF5F@atuin.in.mat.cc> To: Mathieu Arnold X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2016 16:37:49 -0000 > On May 22, 2016, at 02:45, Mathieu Arnold wrote: >=20 > +--On 22 mai 2016 00:12:33 +0000 Garrett Cooper wrote: > | Author: ngie (src committer) > | Date: Sun May 22 00:12:32 2016 > | New Revision: 48837 > | URL: https://svnweb.freebsd.org/changeset/doc/48837 > |=20 > | Log: > | Make addkey.sh executable > | =20 > | This is for user-friendliness and parity with checkkey.sh being > | executable > |=20 >=20 > So, you just broke it: >=20 > +--On 22 mai 2016 00:53:01 +0000 Garrett Cooper wrote: > | I executed it from OSX because I rekeyed from there instead of FreeBSD, and m= y GPG agent runs in OSX. I did some minor hacking to try and make things wor= k (;& is a non-portable construct, even with dash from homebrew); I thought t= he realpath error was benign but apparently it wasn't.. Thanks for the heads up. I'll fix this. > --=20 > Mathieu Arnold