Received: by mail.netbsd.org (Postfix, from userid 605) id 20C8384FA6; Sun, 22 Aug 2021 04:04:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C78A84F73 for ; Sun, 22 Aug 2021 04:04:15 +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 t-dhNoEh0Lfp for ; Sun, 22 Aug 2021 04:04:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EA39684EC9 for ; Sun, 22 Aug 2021 04:04:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1BA5FA97; Sun, 22 Aug 2021 04:04:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629605054129610" MIME-Version: 1.0 Date: Sun, 22 Aug 2021 04:04:14 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/www/unit To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210822040414.E1BA5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629605054129610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Aug 22 04:04:14 UTC 2021 Modified Files: pkgsrc/www/unit: PLIST Log Message: unit: sort PLIST To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/unit/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629605054129610 Content-Disposition: inline Content-Length: 407 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/unit/PLIST diff -u pkgsrc/www/unit/PLIST:1.2 pkgsrc/www/unit/PLIST:1.3 --- pkgsrc/www/unit/PLIST:1.2 Sun Aug 22 04:00:43 2021 +++ pkgsrc/www/unit/PLIST Sun Aug 22 04:04:14 2021 @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2021/08/22 04:00:43 gutteridge Exp $ -sbin/unitd +@comment $NetBSD: PLIST,v 1.3 2021/08/22 04:04:14 gutteridge Exp $ man/man8/unitd.8 +sbin/unitd --_----------=_1629605054129610--