/[pxelator]/lib/PXElator/dhcpd.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/dhcpd.pm

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

revision 208 by dpavlin, Wed Aug 12 23:59:01 2009 UTC revision 232 by dpavlin, Sun Aug 16 22:51:57 2009 UTC
# Line 221  sub start { Line 221  sub start {
221    
222          print "DHCP listen on ",$sock->sockhost,":",$sock->sockport,"\n";          print "DHCP listen on ",$sock->sockhost,":",$sock->sockport,"\n";
223    
224          CouchDB::audit( 'start', { 'listen' => { addr => $sock->sockhost, port => $sock->sockport } } );          CouchDB::audit( 'start', { addr => $sock->sockhost, port => $sock->sockport } );
225    
226          while (1) {          while (1) {
227                  process_packet $sock;                  process_packet $sock;

Legend:
Removed from v.208  
changed lines
  Added in v.232

  ViewVC Help
Powered by ViewVC 1.1.26