mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-08 21:30:46 +00:00
git-svn-id: http://svn.code.sf.net/p/netboot65/code@133 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
e0b248e6a9
commit
1afbbf5116
@ -16,10 +16,8 @@ $:.unshift(lib_path) unless $:.include?(lib_path)
|
||||
require 'tftp_server'
|
||||
|
||||
bootfile_dir=File.expand_path(File.dirname(__FILE__)+'/../boot')
|
||||
tftp_server_69=Netboot65TFTPServer.new(bootfile_dir,69)
|
||||
tftp_server_69.start
|
||||
#tftp_server_6502=Netboot65TFTPServer.new(bootfile_dir,6502)
|
||||
#tftp_server_6502.start
|
||||
tftp_server=Netboot65TFTPServer.new(bootfile_dir,69)
|
||||
tftp_server.start
|
||||
|
||||
begin
|
||||
loop do
|
||||
@ -29,5 +27,4 @@ rescue Interrupt
|
||||
log_msg "got interrupt signal - shutting down"
|
||||
end
|
||||
tftp_server.shutdown
|
||||
#tftp_server_6502.shutdown
|
||||
log_msg "shut down complete."
|
||||
|
Loading…
x
Reference in New Issue
Block a user