From be963ce882813d6931214a66f2fbe28cccf9d495 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 25 Jun 2014 12:58:36 -0400 Subject: Remove the default Web page. --- diff --git a/build b/build index 4318fd9..bd2c326 100755 --- a/build +++ b/build @@ -62,9 +62,6 @@ install: build exec 3>&-; \ fi; \ if config_enabled HTTPD; then \ - install -d -m 0755 dest/usr/share/busybox/www; \ - install -p -m 0644 ../src.share/www/index.html \ - dest/usr/share/busybox/www/index.html; \ install -d -m 0755 dest/var/www; \ fi; \ if config_enabled IFUPDOWN; then \ diff --git a/changelog b/changelog index 8ca8863..fb093b1 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,8 @@ busybox (1.21.1-8) trunk * Actually distribute /etc/init.d/boottime. + * busybox no longer provides the default Web page. This is now in the + branding package. -- "P. J. McDermott" Fri, 20 Jun 2014 01:13:24 -0400 diff --git a/src.share/www/index.html b/src.share/www/index.html deleted file mode 100644 index a178911..0000000 --- a/src.share/www/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - ProteanOS - - - -

It works!

-

This is the default Web page for this server.

-

The HTTP daemon is running.

- - -- cgit v0.9.1