summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorkhoff <khoff>2003-04-21 21:40:00 +0000
committerkhoff <khoff>2003-04-21 21:40:00 +0000
commitc302e891a8eb8dd565cb3b2dc83cdfa5c0a09537 (patch)
tree2efa35f96d0c4fa7332ac860873766db3bf30697 /FS/FS
parentfcfad3cd469df0df1beb2d54ea990a387915ebe2 (diff)
renamed/clarified exclude_ip_addr option.
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Conf.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 5681dde38..545d8b77e 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -374,9 +374,9 @@ httemplate/docs/config.html
},
{
- 'key' => 'excludeaddr',
- 'section' => 'deprecated',
- 'description' => 'Addresses to exclude from assignment, one per line.',
+ 'key' => 'exclude_ip_addr',
+ 'section' => '',
+ 'description' => 'Exclude these from the list of available broadband service IP addresses. (One per line)',
'type' => 'textarea',
},