From: khoff Date: Mon, 21 Apr 2003 21:40:00 +0000 (+0000) Subject: renamed/clarified exclude_ip_addr option. X-Git-Tag: freeside_1_5_0pre1~10 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c302e891a8eb8dd565cb3b2dc83cdfa5c0a09537 renamed/clarified exclude_ip_addr option. --- 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', },