/[pxelator]/lib/PXElator/config.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/config.pm

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

revision 277 by dpavlin, Thu Aug 20 19:00:13 2009 UTC revision 285 by dpavlin, Tue Aug 25 14:55:39 2009 UTC
# Line 180  label nfsroot Line 180  label nfsroot
180  }  }
181    
182  sub for_ip {  sub for_ip {
183          my $ip = shift;          my $ip = shift || return;
184          my $deploy = client::conf( $ip => 'deploy', default => 'webconverger' );          my $deploy = client::conf( $ip => 'deploy' ) || return;
185          eval $deploy . '($ip)';          eval $deploy . '($ip)';
186  #       $tftp::dir = "$server::base_dir/tftp/$pxelinux::path_prefix";  #       $tftp::dir = "$server::base_dir/tftp/$pxelinux::path_prefix";
187  }  }

Legend:
Removed from v.277  
changed lines
  Added in v.285

  ViewVC Help
Powered by ViewVC 1.1.26