Deleted read_config_files(), and moved it's functionality
authoraland <aland>
Wed, 8 Nov 2000 16:16:47 +0000 (16:16 +0000)
committeraland <aland>
Wed, 8 Nov 2000 16:16:47 +0000 (16:16 +0000)
commitfc213d417f0301fdb6ea25bd1fffeb73ab1c71cc
treef667377c51bf7abec53e4d62bde6b712facfbc06
parent861238850f584f13378f5e0b7ebb5b499c3962cb
Deleted read_config_files(), and moved it's functionality
to conffile.c: read_radius_conf_file(), radiusd.c: reread_config()

Deleted configuration parser cruft from modules.c, as it's now
done properly in conffile.c.

The configuration file parser now pulls the relevant directories
out of the configuration file, and uses those to read the rest
of the configuration file entries.  The server-specific config
is still handled in radiusd.c
src/main/conffile.c
src/main/files.c
src/main/modules.c
src/main/radiusd.c