summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-25 12:58:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-25 12:58:36 (EDT)
commitbe963ce882813d6931214a66f2fbe28cccf9d495 (patch)
treefad61b6275ac2dafa301f96a3f3cbbdc04eb8584
parent44a920821939fdd6a5c4a0c66c533f92c5a884bd (diff)
Remove the default Web page.
-rwxr-xr-xbuild3
-rw-r--r--changelog2
-rw-r--r--src.share/www/index.html13
3 files changed, 2 insertions, 16 deletions
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" <pj@pehjota.net> 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 @@
-<!doctype html>
-
-<html lang="en">
- <head>
- <title>ProteanOS</title>
- <meta charset="utf-8">
- </head>
- <body>
- <h1>It works!</h1>
- <p>This is the default Web page for this server.</p>
- <p>The HTTP daemon is running.</p>
- </body>
-</html>