Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 18:31:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319083 - head/sys/boot/i386/pxeldr
Message-ID:  <201705281831.v4SIVE5v033826@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun May 28 18:31:13 2017
New Revision: 319083
URL: https://svnweb.freebsd.org/changeset/base/319083

Log:
  Followup on the user-class changes
  
  Reported by:	Jose Luis Duran (via github)

Modified:
  head/sys/boot/i386/pxeldr/pxeboot.8

Modified: head/sys/boot/i386/pxeldr/pxeboot.8
==============================================================================
--- head/sys/boot/i386/pxeldr/pxeboot.8	Sun May 28 18:18:01 2017	(r319082)
+++ head/sys/boot/i386/pxeldr/pxeboot.8	Sun May 28 18:31:13 2017	(r319083)
@@ -74,7 +74,7 @@ max-lease-time 120;
 subnet 10.0.0.0 netmask 255.255.255.0 {
        filename "pxeboot";
        range 10.0.0.10 10.0.0.254;
-       if exists user-class and option user-class = "FREEBSD" {
+       if exists user-class and option user-class = "FreeBSD" {
             option root-path "tftp://10.0.0.1/FreeBSD";
        }
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705281831.v4SIVE5v033826>