diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 15:08:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 15:08:47 +0000 |
commit | 34103b3852cb34487ced5003ab3132922464ddac (patch) | |
tree | fd473862efc2259a19e793bb1e6de6bfb115455b | |
parent | ca1eb77073312b9f9b2d3a32f10610ed36bdf7b6 (diff) | |
download | pfsense-packages-34103b3852cb34487ced5003ab3132922464ddac.tar.gz pfsense-packages-34103b3852cb34487ced5003ab3132922464ddac.tar.bz2 pfsense-packages-34103b3852cb34487ced5003ab3132922464ddac.zip |
Set index.html to a nice welcome string to inform the user to start the service to populate the directory.
-rw-r--r-- | packages/bandwidthd/bandwidthd.inc | 2 | ||||
-rw-r--r-- | packages/bandwidthd/bandwidthd.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/bandwidthd/bandwidthd.inc b/packages/bandwidthd/bandwidthd.inc index 208edabb..0af1309d 100644 --- a/packages/bandwidthd/bandwidthd.inc +++ b/packages/bandwidthd/bandwidthd.inc @@ -161,6 +161,8 @@ EOF; exec("ln -s /usr/local/www/bandwidthd /usr/local/bandwidthd/htdocs"); + exec("echo \"Please start bandwidthd to populate this directory.\" > /usr/local/bandwidthd/htdocs/index.html"); + } diff --git a/packages/bandwidthd/bandwidthd.xml b/packages/bandwidthd/bandwidthd.xml index 80873cc5..9be55ef5 100644 --- a/packages/bandwidthd/bandwidthd.xml +++ b/packages/bandwidthd/bandwidthd.xml @@ -25,7 +25,7 @@ <name>bandwidthd</name> <rcfile>bandwidthd.sh</rcfile> <executable>bandwidthd</executable> - </service> + </service> <aftersaveredirect>/pkg_edit.php?xml=bandwidthd.xml&id=0</aftersaveredirect> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> |