From owner-freebsd-questions@freebsd.org Mon Jul 3 11:48:40 2017 Return-Path: Delivered-To: freebsd-questions@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 6E79B9E4C83 for ; Mon, 3 Jul 2017 11:48:40 +0000 (UTC) (envelope-from ftp51246-2575596@sh4-5.1blu.de) Received: from sh4-5.1blu.de (sh4-5.1blu.de [178.254.11.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBEE068FB2 for ; Mon, 3 Jul 2017 11:48:39 +0000 (UTC) (envelope-from ftp51246-2575596@sh4-5.1blu.de) Received: from ftp51246-2575596 by sh4-5.1blu.de with local (Exim 4.86_2) (envelope-from ) id 1dRzqF-0005Pi-KH; Mon, 03 Jul 2017 13:48:35 +0200 Date: Mon, 3 Jul 2017 13:48:35 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Cc: Boris Samorodov Subject: Re: passwordmanager && browserpass Message-ID: <20170703114835.GA19599@sh4-5.1blu.de> Reply-To: Matthias Apitz MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 7.0-RELEASE (i386) User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 11:48:40 -0000 Hello, Boris, thanks for your hint; I'm a bit further or nearly through, I did: $ cd $ go get -u github.com/dannyvankooten/browserpass $ GOPATH=/home/guru/go export GOPATH $ cd $GOPATH/src/github.com/dannyvankooten/browserpass/cmd/browserpass $ go build [*] $ ls -l total 2884 -rwxr-xr-x 1 guru wheel 2901409 3 jul. 13:02 browserpass -rw-r--r-- 1 guru wheel 357 3 jul. 13:00 main.go $ PATH=$PATH:$GOPATH/bin $ go install $ ls -l $GOPATH/bin total 2880 -rwxr-xr-x 1 guru wheel 2901409 3 jul. 13:03 browserpass so far so good, but: Now the installation requires the integration with the browser through some script 'install.sh'; I looked for it and did: $ bash src/github.com/dannyvankooten/browserpass/install.sh Select your browser: ==================== 1) Chrome 2) Chromium 3) Firefox 4) Vivaldi 1-4: 3 Installing Firefox host config cp: /home/guru/go/src/github.com/dannyvankooten/browserpass/firefox-host.json: No such file or directory $ find ~/go -name *.json ./src/github.com/dannyvankooten/browserpass/chrome/host.json ./src/github.com/dannyvankooten/browserpass/chrome/manifest.json ./src/github.com/dannyvankooten/browserpass/chrome/policy.json ./src/github.com/dannyvankooten/browserpass/firefox/host.json ./src/github.com/dannyvankooten/browserpass/firefox/manifest.json ./src/github.com/dannyvankooten/browserpass/package.json ./src/github.com/dannyvankooten/browserpass/vendor/vendor.json Is this a bug in my prodedure or in the script? Thx matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-176-38902045 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign