aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-08-13 20:37:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-08-13 20:37:04 +0300
commit0b44dc8fcb5c4a4d4b8c7e74a90d8bda602ed223 (patch)
treeb28bba70df180129a8c6aa599c3bd855754530da /doc
parentb3225d5b95104192810037b1933a54448f4f152f (diff)
downloadgrecs-0b44dc8fcb5c4a4d4b8c7e74a90d8bda602ed223.tar.gz
grecs-0b44dc8fcb5c4a4d4b8c7e74a90d8bda602ed223.tar.bz2
Implement a parser for dhcpd.conf
* am/grecs.m4 (parser-dhcpd): New option. * doc/GRECS_SETUP.3: Document parser-dhcpd * src/.gitignore: Add dhcpd-* generated files. * src/Make.am [GRECS_COND_DHCPD_PARSER]: Define DHCPD variables. (GRECS_SRC, EXTRA_DIST): Reference them. * src/dhcpd-gram.y: New file. * src/dhcpd-lex.l: New file. * src/grecs.h (grecs_dhcpd_parser): New proto. * src/tree.c (node_reduce): Fix return without a value.
Diffstat (limited to 'doc')
-rw-r--r--doc/GRECS_SETUP.35
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/GRECS_SETUP.3 b/doc/GRECS_SETUP.3
index 4c4c1bd..25544ab 100644
--- a/doc/GRECS_SETUP.3
+++ b/doc/GRECS_SETUP.3
@@ -14,7 +14,7 @@
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH GRECS_SETUP 3 "January 10, 2012" "GRECS" "Grecs User Reference"
+.TH GRECS_SETUP 3 "August 13, 2012" "GRECS" "Grecs User Reference"
.SH NAME
GRECS_SETUP \- Initialize \fBgrecs\fR submodule.
.SH SYNOPSIS
@@ -50,6 +50,9 @@ Compile all available parsers.
.B parser-bind
Build the parser for BIND configuration files.
.TP
+.B parser-dhcpd
+Build the parser for DHCPD configuration files.
+.TP
.B parser-git
Build the parser for GIT-style configuration files.
.TP

Return to:

Send suggestions and report system problems to the System administrator.