Mercurial > ecos
changeset 2330:23bf56b48ddc
* cdl/httpd.cdl: Corrected a CDL error in the requirements of
CYGOPT_NET_ATHTTPD_USE_FS
| author | jlarmour |
|---|---|
| date | Mon, 04 Dec 2006 20:35:30 +0000 |
| parents | 9279e39bd38d |
| children | 2296f0d76ae2 |
| files | packages/net/athttpd/current/ChangeLog packages/net/athttpd/current/cdl/httpd.cdl |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/athttpd/current/ChangeLog +++ b/packages/net/athttpd/current/ChangeLog @@ -1,3 +1,8 @@ +2006-12-03 Anthony Tonizzo <atonizzo@gmail.com> + + * cdl/httpd.cdl: Corrected a CDL error in the requirements of + CYGOPT_NET_ATHTTPD_USE_FS + 2006-11-27 Jonathan Larmour <jifl@eCosCentric.com> * cdl/httpd.cdl: Improve CDL dependencies.
--- a/packages/net/athttpd/current/cdl/httpd.cdl +++ b/packages/net/athttpd/current/cdl/httpd.cdl @@ -204,7 +204,6 @@ cdl_package CYGPKG_ATHTTPD { flavor bool default_value 1 active_if CYGPKG_IO_FILEIO - requires description " This option enables the use of a file system to access the pages to be served. It is the responsibility of the user to properly
