Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zJp2FqtK; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ob1UQUtH Received: by mail.netbsd.org (Postfix, from userid 605) id 729A384E8D; Thu, 18 Apr 2024 19:17:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713467836; bh=2urIFkR/C3Oz3EpPj4LaajIJ7Tjgk4Vbu0xMzNzIBEI=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=zJp2FqtK177vKTwPpU1kF+u66ZkQoujz1SoYD7TaKBq1c/shbxlcNdFaQPlHfNZwQ /u/oQ5H9RXsmMumsSXymvXMTYFF6SebtZzk2nckrCrp3I5a4qc795WkNdC4lBQSCGr ohIz6LfWP36/9MwtIg+mAfcGtUGmMDG78k6icmQA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5617884F44 for ; Thu, 18 Apr 2024 19:17:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nfcfkc53dCSn for ; Thu, 18 Apr 2024 19:17:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EA0C984D3B for ; Thu, 18 Apr 2024 19:17:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713467835; bh=2urIFkR/C3Oz3EpPj4LaajIJ7Tjgk4Vbu0xMzNzIBEI=; h=Date:From:Subject:To:Reply-To; b=ob1UQUtHGsorIEwUGL3zbWhLFE7RsGwoa3UhJ2R2pn3UYkV0L0aQ2EEemKuL7xord YSj0FCp2lIz8Bv27DhliBBrAYkxRgM1edMJBZyaahX/6N2IB5Pn+OX3kCEmKJ4UUDz EfQRPPegH26L9QV5yP5i55oo4V3Laa+ACDaA3Na4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E14E2FA2C; Thu, 18 Apr 2024 19:17:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 19:17:14 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418191714.E14E2FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jonathan A. Kollasch" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: jakllsch Date: Thu Apr 18 19:17:14 UTC 2024 Modified Files: src/distrib/sets/lists/xbase: mi src/external/mit/xorg/bin/xsetwallpaper: Makefile Log Message: Install xsetwallpaper(1) manual page Should fix PR 58172. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/distrib/sets/lists/xbase/mi cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xsetwallpaper/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.