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 /packages/bandwidthd/bandwidthd.inc | |
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.
Diffstat (limited to 'packages/bandwidthd/bandwidthd.inc')
-rw-r--r-- | packages/bandwidthd/bandwidthd.inc | 2 |
1 files changed, 2 insertions, 0 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"); + } |