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

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

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

revision 1.2 by dams, Wed Feb 5 10:47:09 2003 UTC revision 1.3 by dams, Thu May 29 18:08:17 2003 UTC
# Line 39  $templates{group} = { Line 39  $templates{group} = {
39                                       ),                                       ),
40                                      ],                                      ],
41                             comments => [ ['#'] ],                             comments => [ ['#'] ],
                            comment_output => q(/^(\s*)$/ ? "$_\n" : "#$_\n"),  
42                             output => {                             output => {
43                                        VALUES => q(                                        VALUES => q(
44                                              join(':', map { $atom->{values}{$_} } qw(group_name passwd GID user_list) ) . "\n";                                              $output_text = join(':', map { $atom->{values}{$_} } qw(group_name passwd GID user_list) );
45                                        ),                                        ),
46                                       },                                       },
47                             edit_atom => q(                             edit_atom => q(

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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