content-type: text/plain; charset="utf-8" Delivered-To: dhcp-confidential@bugs.isc.org From www@isc.org Thu Oct 19 01:35:20 2017 To: dhcp-bugs@isc.org MIME-Version: 1.0 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org Return-Path: X-Spam-Status: No, score=0.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.1 X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer) From: "David H. Gutteridge" X-RT-Incoming-Encryption: Not encrypted Subject: DHCP 4.3.6 - [PATCH] Minor documentation error in dhcpd.8 man page Date: Thu, 19 Oct 2017 01:35:18 +0000 Message-ID: <0f7225accf19b0088be17cac50c55658@www.isc.org> Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 30CF1D78B0C for ; Thu, 19 Oct 2017 01:35:20 +0000 (UTC) Received: from iscwebprod.isc.org (iscwebprod.isc.org [IPv6:2001:4f8:1:d::16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id CC7183AC946 for ; Thu, 19 Oct 2017 01:35:18 +0000 (UTC) Received: from www (uid 80) (envelope-from www@iscwebprod.isc.org) id 7b7eaa by iscwebprod.isc.org (DragonFly Mail Agent v0.11); Thu, 19 Oct 2017 01:35:18 +0000 X-Original-To: dhcp-confidential@bugs.isc.org X-PHP-Originating-Script: 20001:class-phpmailer.php X-RT-Original-Encoding: utf-8 X-RT-Interface: Email Content-Length: 920 Bug Report from www.isc.org: Name: David H. Gutteridge Email: dhgutteridge@sympatico.ca Software Version: DHCP 4.3.6 OS: NetBSD Subject:[PATCH] Minor documentation error in dhcpd.8 man page Bug Detail =========== There's a minor documentation error in the dhcpd(8) man page, where an example is missing a semicolon between two parameter statements, which if followed, leads to a configuration file parsing error. --- dhcpd.8.orig 2017-07-25 09:39:54.000000000 -0400 +++ dhcpd.8 2017-10-18 21:31:04.131104855 -0400 @@ -473,7 +473,8 @@ .sp 1 subnet 239.252.197.0 netmask 255.255.255.0 { range 239.252.197.10 239.252.197.250; - default-lease-time 600 max-lease-time 7200; + default-lease-time 600; + max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 239.252.197.255; option routers 239.252.197.1; --- This email was received through isc.org Bug Submission Form