Received: by mail.netbsd.org (Postfix, from userid 605) id 71AE584D78; Fri, 14 Jul 2017 06:24:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F13C984D79 for ; Fri, 14 Jul 2017 06:24:16 +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 Iz9DqeL2R71J for ; Fri, 14 Jul 2017 06:24:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 92F3B84CE0 for ; Fri, 14 Jul 2017 06:24:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8DB94FACB; Fri, 14 Jul 2017 06:24:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 14 Jul 2017 06:24:16 +0000 From: "Soren Jacobsen" Subject: CVS commit: [netbsd-6-1] src/usr.sbin/rtadvd To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170714062416.8DB94FACB@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: "Soren Jacobsen" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: snj Date: Fri Jul 14 06:24:16 UTC 2017 Modified Files: src/usr.sbin/rtadvd [netbsd-6-1]: config.c rtadvd.h Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1440): usr.sbin/rtadvd/rtadvd.h: revision 1.15 usr.sbin/rtadvd/config.c: revision 1.36 Fix the default value of rltime According to rtadvd.conf(5), the default value of rltime is 1800 seconds. PR bin/51994 To generate a diff of this commit: cvs rdiff -u -r1.27.2.1 -r1.27.2.1.6.1 src/usr.sbin/rtadvd/config.c cvs rdiff -u -r1.11 -r1.11.10.1 src/usr.sbin/rtadvd/rtadvd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.