This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

All template now uses FreeBSD stack and HTTPD


This patch changes the "all" template so that it uses the FreeBSD
stack rather than the older OpenBSD stack. It also adds the HTTPD
package which was missing.

        Andrew

Index: packages/templates/all/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/all/ChangeLog,v
retrieving revision 1.16
diff -u -r1.16 ChangeLog
--- packages/templates/all/ChangeLog    25 Feb 2003 18:09:45 -0000      1.16
+++ packages/templates/all/ChangeLog    29 Apr 2003 13:43:01 -0000
@@ -1,3 +1,8 @@
+2003-04-29  Andrew Lunn  <andrew dot lunn at ascom dot ch>
+
+       * current.ect: Use the new FreeBSD stack instead of the older
+       OpenBSD stack. Also added the HTTPD package.
+
 2003-02-25  Andrew Lunn  <andrew dot lunn at ascom dot ch>
 
        * current.ect: Added the SNTP package.
Index: packages/templates/all/current.ect
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/all/current.ect,v
retrieving revision 1.14
diff -u -r1.14 current.ect
--- packages/templates/all/current.ect  25 Feb 2003 18:09:45 -0000      1.14
+++ packages/templates/all/current.ect  29 Apr 2003 13:43:01 -0000
@@ -33,7 +33,7 @@
     package     CYGPKG_ERROR current ;
     package     CYGPKG_IO_FILEIO current ;
     package     CYGPKG_NET current ;
-    package     CYGPKG_NET_OPENBSD_STACK current ;
+    package     CYGPKG_NET_FREEBSD_STACK current ;
     package     CYGPKG_SNMPAGENT current ;
     package     CYGPKG_SNMPLIB current ;
     package     CYGPKG_NS_DNS current ;
@@ -41,6 +41,7 @@
     package     CYGPKG_CRC current ;
     package     CYGPKG_CPULOAD current ;
     package     CYGPKG_NET_SNTP current ;
+    package     CYGPKG_HTTPD current ;
 };
 
 cdl_option CYGBLD_ISO_CTYPE_HEADER {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]