diff options
| author | ivan <ivan> | 2003-06-12 12:57:44 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2003-06-12 12:57:44 +0000 | 
| commit | faea8c040128dcace598fb224cf9f7e9a2e256c9 (patch) | |
| tree | bb0241d55256a09d4a6aaa09b89216d20555e960 | |
| parent | 1e40dbcd2cc56ab3a0c548dab5a75b5ff1360b69 (diff) | |
_default_ default now sets GECOS like the OS-defaults
| -rw-r--r-- | FS/FS/part_export.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 4e3326442..9330a925d 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -548,7 +548,7 @@ tie my %shellcommands_options, 'Tie::IxHash',    #'machine' => { label=>'Remote machine' },    'user' => { label=>'Remote username', default=>'root' },    'useradd' => { label=>'Insert command', -                 default=>'useradd -d $dir -m -s $shell -u $uid -p $crypt_password $username' +                 default=>'useradd -c $finger -d $dir -m -s $shell -u $uid -p $crypt_password $username'                  #default=>'cp -pr /etc/skel $dir; chown -R $uid.$gid $dir'                 },    'useradd_stdin' => { label=>'Insert command STDIN', @@ -564,7 +564,7 @@ tie my %shellcommands_options, 'Tie::IxHash',                         default=>'',                       },    'usermod' => { label=>'Modify command', -                 default=>'usermod -d $new_dir -m -l $new_username -s $new_shell -u $new_uid -p $new_crypt_password $old_username', +                 default=>'usermod -c $new_finger -d $new_dir -m -l $new_username -s $new_shell -u $new_uid -p $new_crypt_password $old_username',                  #default=>'[ -d $old_dir ] && mv $old_dir $new_dir || ( '.                   #  'chmod u+t $old_dir; mkdir $new_dir; cd $old_dir; '.                   #  'find . -depth -print | cpio -pdm $new_dir; '. | 
