Received: by mail.netbsd.org (Postfix, from userid 605) id 1DD2E84EE0; Thu, 21 Feb 2019 09:42:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BF6784DAB for ; Thu, 21 Feb 2019 09:42:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VVe6i7tPnfUS for ; Thu, 21 Feb 2019 09:42:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3792984CFD for ; Thu, 21 Feb 2019 09:42:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35334FB16; Thu, 21 Feb 2019 09:42:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550742138157330" MIME-Version: 1.0 Date: Thu, 21 Feb 2019 09:42:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xhost To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190221094218.35334FB16@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. --_----------=_1550742138157330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 21 09:42:18 UTC 2019 Modified Files: pkgsrc/x11/xhost: DESCR Log Message: xhost: improve DESCR To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/xhost/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550742138157330 Content-Disposition: inline Content-Length: 468 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xhost/DESCR diff -u pkgsrc/x11/xhost/DESCR:1.1.1.1 pkgsrc/x11/xhost/DESCR:1.2 --- pkgsrc/x11/xhost/DESCR:1.1.1.1 Sun Feb 25 04:29:15 2007 +++ pkgsrc/x11/xhost/DESCR Thu Feb 21 09:42:18 2019 @@ -1,3 +1,2 @@ -This package provides xhost, the server access control program for X. - -This is from the modular X.org X11 project. +xhost is used to manage the list of host names or user names allowed +to make connections to the X server. --_----------=_1550742138157330--