aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-27 16:32:23 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-27 16:32:23 -0300
commited54315dc8b3cf4b9303863d6bd0a99a545506c6 (patch)
tree2ded0eec9e46d4b2c5e543144e379c0bc06e7ef4
parent6356be0b86de2072162337d29ea0663befe04450 (diff)
parent03d8965bd8782548f809ce7fe642b419b44ee98f (diff)
downloadpfsense-packages-ed54315dc8b3cf4b9303863d6bd0a99a545506c6.tar.gz
pfsense-packages-ed54315dc8b3cf4b9303863d6bd0a99a545506c6.tar.bz2
pfsense-packages-ed54315dc8b3cf4b9303863d6bd0a99a545506c6.zip
Merge pull request #679 from phil-davis/patch-2
-rw-r--r--config/bandwidthd/bandwidthd.inc4
-rw-r--r--pkg_config.10.xml2
-rw-r--r--pkg_config.8.xml2
-rw-r--r--pkg_config.8.xml.amd642
4 files changed, 6 insertions, 4 deletions
diff --git a/config/bandwidthd/bandwidthd.inc b/config/bandwidthd/bandwidthd.inc
index 16ce4ab1..b7ef3bbd 100644
--- a/config/bandwidthd/bandwidthd.inc
+++ b/config/bandwidthd/bandwidthd.inc
@@ -348,7 +348,9 @@ cd -
EOD;
} else {
$rc['start'] = <<<EOD
-/usr/local/bandwidthd/bandwidthd
+cd {$bandwidthd_base_dir}
+{$bandwidthd_runtime_library_env} {$bandwidthd_base_dir}/bandwidthd
+cd -
EOD;
}
} else {
diff --git a/pkg_config.10.xml b/pkg_config.10.xml
index 428785f9..dda00863 100644
--- a/pkg_config.10.xml
+++ b/pkg_config.10.xml
@@ -834,7 +834,7 @@
<website>http://bandwidthd.sourceforge.net/</website>
<descr>BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and by default display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 3.3 minutes, 10 minutes, 1 hour or 12 hours in cdf format, or to a backend database server. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded.</descr>
<category>System</category>
- <version>2.0.1_6 pkg v.0.4</version>
+ <version>2.0.1_6 pkg v.0.5</version>
<status>BETA</status>
<required_version>2.2</required_version>
<depends_on_package_pbi>bandwidthd-2.0.1_6-##ARCH##.pbi</depends_on_package_pbi>
diff --git a/pkg_config.8.xml b/pkg_config.8.xml
index 059b856c..2d5928a8 100644
--- a/pkg_config.8.xml
+++ b/pkg_config.8.xml
@@ -1119,7 +1119,7 @@
<website>http://bandwidthd.sourceforge.net/</website>
<descr>BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and by default display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 3.3 minutes, 10 minutes, 1 hour or 12 hours in cdf format, or to a backend database server. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded.</descr>
<category>System</category>
- <version>2.0.1_5 pkg v.0.4</version>
+ <version>2.0.1_5 pkg v.0.5</version>
<status>BETA</status>
<required_version>1.2.1</required_version>
<depends_on_package_base_url>https://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64
index 6ed59c6f..6ce6dccb 100644
--- a/pkg_config.8.xml.amd64
+++ b/pkg_config.8.xml.amd64
@@ -1106,7 +1106,7 @@
<website>http://bandwidthd.sourceforge.net/</website>
<descr>BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and by default display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 3.3 minutes, 10 minutes, 1 hour or 12 hours in cdf format, or to a backend database server. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded.</descr>
<category>System</category>
- <version>2.0.1_5 pkg v.0.4</version>
+ <version>2.0.1_5 pkg v.0.5</version>
<status>BETA</status>
<required_version>1.2.1</required_version>
<depends_on_package_base_url>https://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url>