[svn] Keep the commands list in sort order!

This commit is contained in:
hniksic 2002-04-19 02:24:32 -07:00
parent 7c1116f130
commit a9e97711fa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-19 Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>
* init.c: The option `egdfile' was not in sort order.
2002-04-16 Hrvoje Niksic <hniksic@arsdigita.com>
* ftp.c (getftp): Treat directories that begin with <letter>: as

View File

@ -124,6 +124,9 @@ static struct {
{ "dotsinline", &opt.dots_in_line, cmd_number },
{ "dotspacing", &opt.dot_spacing, cmd_number },
{ "dotstyle", &opt.dot_style, cmd_string },
#ifdef HAVE_SSL
{ "egdfile", &opt.sslegdsock, cmd_file },
#endif
{ "excludedirectories", &opt.excludes, cmd_directory_vector },
{ "excludedomains", &opt.exclude_domains, cmd_vector },
{ "followftp", &opt.follow_ftp, cmd_boolean },
@ -182,7 +185,6 @@ static struct {
#ifdef HAVE_SSL
{ "sslcertfile", &opt.sslcertfile, cmd_file },
{ "sslcertkey", &opt.sslcertkey, cmd_file },
{ "egdfile", &opt.sslegdsock, cmd_file },
#endif /* HAVE_SSL */
{ "timeout", &opt.timeout, cmd_time },
{ "timestamping", &opt.timestamping, cmd_boolean },