diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-15 23:32:33 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-15 23:32:33 +0200 |
commit | 3fcba04bc283a6667b75535be02befcd5fcd2141 (patch) | |
tree | 1d6dcd8e34c6844e2f0db53d1f5c4afa021fd219 /config/bandwidthd | |
parent | b27cc72bf237732bfc6222682499f3c5f39480fe (diff) | |
download | pfsense-packages-3fcba04bc283a6667b75535be02befcd5fcd2141.tar.gz pfsense-packages-3fcba04bc283a6667b75535be02befcd5fcd2141.tar.bz2 pfsense-packages-3fcba04bc283a6667b75535be02befcd5fcd2141.zip |
bandwidthd - code style and major improvements
Fix indentation.
Diffstat (limited to 'config/bandwidthd')
-rw-r--r-- | config/bandwidthd/bandwidthd.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml index 59a08e94..1668f748 100644 --- a/config/bandwidthd/bandwidthd.xml +++ b/config/bandwidthd/bandwidthd.xml @@ -61,10 +61,10 @@ <url>/pkg_edit.php?xml=bandwidthd.xml&id=0</url> </menu> <service> - <name>bandwidthd</name> - <rcfile>bandwidthd.sh</rcfile> - <executable>bandwidthd</executable> - <description>BandwidthD bandwidth monitoring daemon</description> + <name>bandwidthd</name> + <rcfile>bandwidthd.sh</rcfile> + <executable>bandwidthd</executable> + <description>BandwidthD bandwidth monitoring daemon</description> </service> <tabs> <tab> |