From: ivan Date: Tue, 24 Sep 2002 08:31:25 +0000 (+0000) Subject: deprecate vpopmailrestart config value X-Git-Tag: freeside_1_4_1beta4~20^2~15 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c7c842f3767e8f11914d3b76c31de591854c9654;p=freeside.git deprecate vpopmailrestart config value --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e9defdafd..788127a7f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -803,8 +803,8 @@ httemplate/docs/config.html { 'key' => 'vpopmailrestart', - 'section' => 'mail', - 'description' => 'If defined, the shell commands to run on vpopmail machines after files are copied. An example can be found in eg/vpopmailrestart of the source distribution.', + 'section' => 'deprecated', + 'description' => 'DEPRECATED, add a vpopmail export instead. This option used to define the shell commands to run on vpopmail machines after files are copied. An example can be found in eg/vpopmailrestart of the source distribution.', 'type' => 'textarea', },