/[libconf]/libconf/perl-Libconf/System/MDK/Network.pm
ViewVC logotype

Diff of /libconf/perl-Libconf/System/MDK/Network.pm

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

revision 1.6 by dams, Sun May 25 13:13:02 2003 UTC revision 1.7 by dams, Mon Oct 20 12:55:21 2003 UTC
# Line 26  use vars qw(@ISA); Line 26  use vars qw(@ISA);
26  use Libconf;  use Libconf;
27  use Libconf::Glueconf::Shell;  use Libconf::Glueconf::Shell;
28  use Libconf::Glueconf::Resolv;  use Libconf::Glueconf::Resolv;
29    use Libconf::Glueconf::Hosts;
30  use Libconf::System::DirectoryWrapper;  use Libconf::System::DirectoryWrapper;
31    
32  @ISA = qw(Libconf);  @ISA = qw(Libconf);
# Line 37  sub new { Line 38  sub new {
38             general => new Libconf::Glueconf::Shell('/etc/sysconfig/network'),             general => new Libconf::Glueconf::Shell('/etc/sysconfig/network'),
39             dns => new Libconf::Glueconf::Resolv('/etc/resolv.conf'),             dns => new Libconf::Glueconf::Resolv('/etc/resolv.conf'),
40             interfaces => \%h_interfaces,             interfaces => \%h_interfaces,
41               hosts => new Libconf::Glueconf::Hosts('/etc/hosts'),
42            }, $pkg;            }, $pkg;
43  }  }
44    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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