]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an additional, libucl-based configuration file parser to ctld.
authorjceel <jceel@FreeBSD.org>
Wed, 3 Feb 2016 15:45:13 +0000 (15:45 +0000)
committerjceel <jceel@FreeBSD.org>
Wed, 3 Feb 2016 15:45:13 +0000 (15:45 +0000)
commitdac55bd53a9f0a5723fd92b25c6b2be58c7c0142
tree77aa5bdc4d21301f434448a216477b1920c48bb8
parent960d14828b1b4d2b62d2fe8f0f67e4325b81cadf
Add an additional, libucl-based configuration file parser to ctld.

Default ctld behavior remains unchanged - libucl parser can be selected
explicitly by adding -u switch to ctld command line.

Reviewed by: trasz
Approved by: trasz (mentor)
MFC after: 1 month
Relnotes: yes
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D4534
usr.sbin/ctld/Makefile
usr.sbin/ctld/ctld.c
usr.sbin/ctld/ctld.h
usr.sbin/ctld/parse.y
usr.sbin/ctld/uclparse.c [new file with mode: 0644]