/[libconf]/libconf/perl-Libconf/templates/passwd_template.pm
ViewVC logotype

Diff of /libconf/perl-Libconf/templates/passwd_template.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by dams, Thu Apr 17 22:19:33 2003 UTC revision 1.11 by dams, Thu May 29 18:08:17 2003 UTC
# Line 38  $templates{passwd} = { Line 38  $templates{passwd} = {
38                                       ),                                       ),
39                                      ],                                      ],
40                             comments => [ ['#'] ],                             comments => [ ['#'] ],
                            comment_output => q(/^(\s*)$/ ? "$_\n" : "#$_\n"),  
41                             output => {                             output => {
42                                        KEY_VALUES => q(                                        KEY_VALUES => q(
43                                           join(':', $atom->{key}, @{$atom->{values}}{qw(passwd UID GID GECOS directory shell)}) . "\n";                                           $output_text = join(':', $atom->{key}, @{$atom->{values}}{qw(passwd UID GID GECOS directory shell)});
44                                        ),                                        ),
45                                       },                                       },
46                             edit_atom => q(                             edit_atom => q(

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26