diff options
author | Doug White <dwhite@FreeBSD.org> | 1999-08-22 21:45:24 +0000 |
---|---|---|
committer | Doug White <dwhite@FreeBSD.org> | 1999-08-22 21:45:24 +0000 |
commit | 843fcabd9e990311f671867d37541fdc069c7e90 (patch) | |
tree | d899abcbd5f26e22445df9dfccd04489b7c7a17f /release/picobsd/tinyware/simple_httpd/simple_httpd.c | |
parent | 2237f6ec54913903503ff99429037da706cdd65a (diff) | |
download | src-843fcabd9e990311f671867d37541fdc069c7e90.tar.gz src-843fcabd9e990311f671867d37541fdc069c7e90.zip |
Major PicoBSD update by luigi with some debugging help from myself.
. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
type directory (can exclude & override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel
THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.
Submitted by: luigi
Notes
Notes:
svn path=/head/; revision=50186
Diffstat (limited to 'release/picobsd/tinyware/simple_httpd/simple_httpd.c')
-rw-r--r-- | release/picobsd/tinyware/simple_httpd/simple_httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c index ddb593baebfd..388623548a4a 100644 --- a/release/picobsd/tinyware/simple_httpd/simple_httpd.c +++ b/release/picobsd/tinyware/simple_httpd/simple_httpd.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id:$ + * $Id: simple_httpd.c,v 1.2.2.2 1999/05/05 07:31:33 abial Exp $ */ #include <sys/stat.h> |