summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-18 16:07:06 -0200
committerRenato Botelho <renato@netgate.com>2016-01-18 16:07:06 -0200
commit99a3ce0845304fb88507f77f51da35a484a015ab (patch)
tree58e4a0cf4c58162610622e6a2965f5c7630d5516
parentb54c203513b17a87e9cfe5ba8e803eaf3ee47d86 (diff)
downloadpfsense-99a3ce0845304fb88507f77f51da35a484a015ab.zip
pfsense-99a3ce0845304fb88507f77f51da35a484a015ab.tar.gz
Bring text to current reality
-rw-r--r--src/etc/inc/upgrade_config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/upgrade_config.inc b/src/etc/inc/upgrade_config.inc
index dedab7c..d627f11 100644
--- a/src/etc/inc/upgrade_config.inc
+++ b/src/etc/inc/upgrade_config.inc
@@ -654,7 +654,7 @@ function upgrade_039_to_040() {
$config['system']['user'][0]['priv'][2]['descr'] = gettext("Indicates whether this user is able to login for example via SSH.");
$config['system']['user'][0]['priv'][3]['id'] = "copyfiles";
$config['system']['user'][0]['priv'][3]['name'] = "Is allowed to copy files";
- $config['system']['user'][0]['priv'][3]['descr'] = sprintf(gettext("Indicates whether this user is allowed to copy files onto the %s appliance via SCP/SFTP. If you are going to use this privilege, you must install scponly on the appliance (Hint: pkg_add -r scponly)."), $g['product_name']);
+ $config['system']['user'][0]['priv'][3]['descr'] = sprintf(gettext("Indicates whether this user is allowed to copy files onto the %s appliance via SCP/SFTP."), $g['product_name']);
$config['system']['user'][0]['priv'][4]['id'] = "isroot";
$config['system']['user'][0]['priv'][4]['name'] = "Is root user";
$config['system']['user'][0]['priv'][4]['descr'] = gettext("This user is associated with the UNIX root user (you should associate this privilege only with one single user).");
OpenPOWER on IntegriCloud