]> sjero.net Git - wget/commitdiff
[svn] Keep the commands list in sort order!
authorhniksic <devnull@localhost>
Fri, 19 Apr 2002 09:24:32 +0000 (02:24 -0700)
committerhniksic <devnull@localhost>
Fri, 19 Apr 2002 09:24:32 +0000 (02:24 -0700)
src/ChangeLog
src/init.c

index fbc0e9d694e7ec955e5e4063958287deb22f3119..d7cb10585cee44afa7799143edc5b45b283bbd16 100644 (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
index e860b6717531e0d4d5292e944841e708146904ce..65975d4e486ad6506682e1860b2d91d0d369b89a 100644 (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 },