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

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

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

revision 1.10 by dams, Mon Jul 14 15:19:48 2003 UTC revision 1.11 by dams, Thu Jul 24 14:44:14 2003 UTC
# Line 435  $data{samba} = { Line 435  $data{samba} = {
435                  'writeable' => { type => '', },                  'writeable' => { type => '', },
436  };  };
437    
438    $data_mapping{samba} = {
439                            BOOLEAN => sub { my ($value) = @_; $value ? 'true' : 'false'; },
440                           };
441    
442  1  1

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