Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 06:47:33 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES
Message-ID:  <200210171347.g9HDlXPQ053730@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/10/17 06:47:33 PDT

  Modified files:
    sys/conf             NOTES 
    sys/i386/conf        NOTES 
  Log:
  Fixed the quoting of the value of SC_CUT_SEPCHARS.  The double quotes
  needed to be quoted (to get a C string literal), not the value itself.
  
  Fixed the value of SC_CUT_SEPCHARS.  Setting this value would have had no
  effect even if it were used, since the value was the same as the default.
  
  The above bugs had no effect except to set bad examples, since test
  coverage of SC_CUT_SEPCHARS is broken by enabling a negative option.
  
  Removed (unquoted) double quotes for all options.  They were all bogus
  since they had no effect except to make non-strings look like strings.
  Most of the non-strings were expressions.  The value of INIT_PATH is
  a non-string since it is stringified later (unlike SC_CUT_SEPCHARS).
  
  Fixed parenthesization errors inside bogus quotes (parenthesize values
  if they have more than one token in them but don't parenthesize single
  tokens).
  
  Revision  Changes    Path
  1.1099    +21 -21    src/sys/conf/NOTES
  1.1050    +2 -2      src/sys/i386/conf/NOTES

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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