]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r273768:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Nov 2014 10:45:55 +0000 (10:45 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Nov 2014 10:45:55 +0000 (10:45 +0000)
commit93aa9dd7166eb4883eeb16eb1c5e28ab45ed2e53
treee2d5f771b9f8f0d57fb21670295d2f1b68c8f32a
parenta1daa4b4d2b1941c16669ddcc30c858e9bd348e3
MFC r273768:

Remove the distinction between strings and numbers from ctld(8) yacc parser.
This fixes problems with passing strings that look like numbers to clauses
that expect strings; previously it caused syntax errors and had to be worked
by user, using quotes.  The workaround introduced in r267833 is no longer
neccessary.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@275186 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/ctld/parse.y
usr.sbin/ctld/token.l