Received: by mail.netbsd.org (Postfix, from userid 605) id D4A7A84D58; Sun, 19 Jan 2020 13:38:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D54984D27 for ; Sun, 19 Jan 2020 13:38:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kCJw1S4yBi1D for ; Sun, 19 Jan 2020 13:38:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A96D584CE9 for ; Sun, 19 Jan 2020 13:38:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9CB86FBF4; Sun, 19 Jan 2020 13:38:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157944112234960" MIME-Version: 1.0 Date: Sun, 19 Jan 2020 13:38:42 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200119133842.9CB86FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157944112234960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jan 19 13:38:42 UTC 2020 Modified Files: pkgsrc/doc/guide/files: using.xml Log Message: doc/guide: reduce line length in chapter "Using pkgsrc" This avoids shrinking the text size in mobile devices since the zoom factor depends on the longest preformatted line. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/doc/guide/files/using.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157944112234960 Content-Disposition: inline Content-Length: 1150 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/using.xml diff -u pkgsrc/doc/guide/files/using.xml:1.48 pkgsrc/doc/guide/files/using.xml:1.49 --- pkgsrc/doc/guide/files/using.xml:1.48 Fri Dec 6 14:30:12 2019 +++ pkgsrc/doc/guide/files/using.xml Sun Jan 19 13:38:42 2020 @@ -1,4 +1,4 @@ - + Using pkgsrc @@ -67,7 +67,8 @@ and you can still use binary packages fr &rprompt; PATH="/usr/pkg/sbin:$PATH" -&rprompt; PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/OPSYS/ARCH/VERSIONS/All/" +&rprompt; PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages" +&rprompt; PKG_PATH="$PKG_PATH/OPSYS/ARCH/VERSIONS/All/" &rprompt; export PATH PKG_PATH --_----------=_157944112234960--