# File rddc_update.rb, line 85
  def initialize(config_file, conf, ip)
    @conf = conf
    @ip = ip
    @wanted_update = Rddc_txt_file.new(config_file, "update variables")
    @main_options = Rddc_txt_file.new(@conf.get_option("service"), "main")
    @valid_update = Rddc_txt_file.new(@conf.get_option("service"), "update variables")
    
  end