From: ivan Date: Fri, 5 Sep 2003 08:17:37 +0000 (+0000) Subject: fix reference to obsolete shellcommands-useradd conf value (refer to exports instead) X-Git-Tag: freeside_1_4_2beta1~541 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f0b9158954bbe18bf024ff067dac5071ee155f2b;p=freeside.git fix reference to obsolete shellcommands-useradd conf value (refer to exports instead) --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5f62cf86c..dd5e5b951 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -767,7 +767,7 @@ httemplate/docs/config.html { 'key' => 'username-ampersand', 'section' => 'username', - 'description' => 'Allow the ampersand character (&) in usernames. Be careful when using this option in conjunction with shellmachine-useradd and other configuration options which execute shell commands, as the ampersand will be interpreted by the shell if not quoted.', + 'description' => 'Allow the ampersand character (&) in usernames. Be careful when using this option in conjunction with exports which execute shell commands, as the ampersand will be interpreted by the shell if not quoted.', 'type' => 'checkbox', },