Received: by mail.netbsd.org (Postfix, from userid 605) id 9EDF584D7A; Sat, 27 Jul 2019 20:10:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D59F84D6B for ; Sat, 27 Jul 2019 20:10:30 +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 8D5RNxuBBYB6 for ; Sat, 27 Jul 2019 20:10:29 +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 A9DF984D32 for ; Sat, 27 Jul 2019 20:10:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B7B2FBF4; Sat, 27 Jul 2019 20:10:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Jul 2019 20:10:29 +0000 From: "Takeshi Nakayama" Subject: CVS commit: src/usr.sbin/bta2dpd/bta2dpd To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190727201029.9B7B2FBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Takeshi Nakayama" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: nakayama Date: Sat Jul 27 20:10:29 UTC 2019 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: Makefile bta2dpd.8 bta2dpd.c Log Message: Add option -D to run in the background using daemon(3). Also changed the message output to using syslog(3). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/bta2dpd/bta2dpd/Makefile cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.8 cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.