aboutsummaryrefslogtreecommitdiffstats
path: root/config
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 /config
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
Diffstat (limited to 'config')
-rw-r--r--config/bandwidthd/bandwidthd.inc4
1 files changed, 3 insertions, 1 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 {