aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bandwidthd/bandwidthd.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-05 04:31:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-05 04:31:43 +0000
commitf53ff408d1aa32e3d6ff16750587fc81efc2a849 (patch)
tree0fa9993f832087da8c68854ff96101e8b7180093 /packages/bandwidthd/bandwidthd.inc
parent5be1746497fb73b8b438ee52d38d1f819f1e22ba (diff)
downloadpfsense-packages-f53ff408d1aa32e3d6ff16750587fc81efc2a849.tar.gz
pfsense-packages-f53ff408d1aa32e3d6ff16750587fc81efc2a849.tar.bz2
pfsense-packages-f53ff408d1aa32e3d6ff16750587fc81efc2a849.zip
true / false plz
Diffstat (limited to 'packages/bandwidthd/bandwidthd.inc')
-rw-r--r--packages/bandwidthd/bandwidthd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bandwidthd/bandwidthd.inc b/packages/bandwidthd/bandwidthd.inc
index 174d4140..a36159cf 100644
--- a/packages/bandwidthd/bandwidthd.inc
+++ b/packages/bandwidthd/bandwidthd.inc
@@ -50,7 +50,7 @@ function bandwidthd_install_config() {
$filter_text = "filter $filter_text\n";
$recover_cdf = $config['installedpackages']['bandwidthd']['config'][0]['recovercdf'];
if($recover_cdf)
- $recover_cdf = "recover_cdf $recover_cdf\n";
+ $recover_cdf = "recover_cdf true\n";
$output_cdf = $config['installedpackages']['bandwidthd']['config'][0]['outputcdf'];
if($output_cdf)
$output_cdf = "output_cdf $output_cdf\n";