From: ivan Date: Tue, 2 Jul 2002 23:03:30 +0000 (+0000) Subject: fix usermod commands for freebsd X-Git-Tag: freeside_1_4_0_beta1~18 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ee94f6beec79b0b92ef05152ed3cca96e8b31cdc fix usermod commands for freebsd --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 157924813..d15a87986 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -675,7 +675,7 @@ tie my %sqlmail_options, 'Tie::IxHash', 'desc' => 'Real-time export via remote SSH (i.e. useradd, userdel, etc.)', 'options' => \%shellcommands_options, 'nodomain' => 'Y', - 'notes' => 'Run remote commands via SSH. Usernames are considered unique (also see shellcommands_withdomain). You probably want this if the commands you are running will not accept a domain as a parameter. You will need to setup SSH for unattended operation.

Use these buttons for some useful presets:', + 'notes' => 'Run remote commands via SSH. Usernames are considered unique (also see shellcommands_withdomain). You probably want this if the commands you are running will not accept a domain as a parameter. You will need to setup SSH for unattended operation.

Use these buttons for some useful presets:', }, 'shellcommands_withdomain' => {