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";;
        }
 }
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to