/[pupa]/bugcomm/server/bts/system.rb
ViewVC logotype

Diff of /bugcomm/server/bts/system.rb

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

revision 1.2 by okuji, Thu Aug 8 11:54:44 2002 UTC revision 1.3 by okuji, Fri Aug 9 18:08:25 2002 UTC
# Line 20  Line 20 
20    
21  require 'getoptlong'  require 'getoptlong'
22    
23    require 'bts/config'
24    
25  module BTS  module BTS
26        
27    class System    class System
# Line 94  module BTS Line 96  module BTS
96                
97        parse_opts()        parse_opts()
98    
99          @config = Config.new(@config_file)
100          
101        if @log_file.nil? and @daemonized        if @log_file.nil? and @daemonized
102          require 'syslog'          require 'syslog'
103          @@log = Syslog.open('bugcommd',          @@log = Syslog.open('bugcommd',

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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