Received: by mail.netbsd.org (Postfix, from userid 605) id D84FA84E9E; Tue, 11 Apr 2023 10:34:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 095AD84E7B for ; Tue, 11 Apr 2023 10:34:53 +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 S9ymG0kJSSFe for ; Tue, 11 Apr 2023 10:34:52 +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 985A984CEB for ; Tue, 11 Apr 2023 10:34:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B774FA84; Tue, 11 Apr 2023 10:34:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 11 Apr 2023 10:34:52 +0000 From: "Hauke Fath" Subject: CVS commit: src/usr.bin/vacation To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230411103452.8B774FA84@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Hauke Fath" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: hauke Date: Tue Apr 11 10:34:52 UTC 2023 Modified Files: src/usr.bin/vacation: vacation.1 vacation.c Log Message: Make vacation(1) check 'Auto-Submitted:' (RFC 3834) in addition to 'Precedence:' (RFC 2076), and set 'Precedence:' in addition to 'Auto-Submitted:'. Update the man page accordingly. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/vacation/vacation.1 cvs rdiff -u -r1.37 -r1.38 src/usr.bin/vacation/vacation.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.