From f5bb91dc606f920f143538c5de4635aa9cbb190a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 23 May 1998 18:15:36 +0000 Subject: Added configuration dumper. svn path=/trunk/; revision=1809 --- options.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index fad6ba28..3a7465c9 100644 --- a/options.c +++ b/options.c @@ -54,7 +54,7 @@ #define LA_NETSEC 36 #define LA_INTERFACE 37 #define LA_MONITOR 38 -#define LA_PYTHONDUMP 39 +#define LA_CONFIGDUMP 39 #define LA_YYDEBUG 40 /* options still left: CgGhHjJoORUwWxXYz */ @@ -115,7 +115,7 @@ static const struct option longoptions[] = { {"monitor", required_argument, (int *) 0, LA_MONITOR }, #endif /* defined(linux) && !INET6 */ - {"pythondump",no_argument, (int *) 0, LA_PYTHONDUMP }, + {"configdump",no_argument, (int *) 0, LA_CONFIGDUMP }, {"yydebug", no_argument, (int *) 0, LA_YYDEBUG }, @@ -385,8 +385,8 @@ struct query *ctl; /* option record to be initialized */ yydebug = TRUE; break; - case LA_PYTHONDUMP: - pythondump = TRUE; + case LA_CONFIGDUMP: + configdump = TRUE; break; case LA_SYSLOG: -- cgit v1.2.3