summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-09-24 08:31:31 +0000
committerivan <ivan>2002-09-24 08:31:31 +0000
commita0eb79d93973d9b16eac74c7d1665cec2aa01f94 (patch)
tree59d7dadf62021006e8654473918b38bbef29c3b5
parent9b36775999b6f011672d3748262ed3312dcc5e08 (diff)
deprecate vpopmailrestart config value
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index e50cb29..b6dcd54 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -817,8 +817,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',
},