diff options
| author | ivan <ivan> | 2002-09-24 08:31:25 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-09-24 08:31:25 +0000 | 
| commit | c7c842f3767e8f11914d3b76c31de591854c9654 (patch) | |
| tree | 10a9d42f61d928cecf506f70ada07dd49399ced7 | |
| parent | 536d684c3e17375d45a5d62bc5d748fec0224860 (diff) | |
deprecate vpopmailrestart config value
| -rw-r--r-- | FS/FS/Conf.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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' => '<b>DEPRECATED</b>, add a <i>vpopmail</i> <a href="../browse/part_export.cgi">export</a> 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',    }, | 
