Index: [Article Count Order] [Thread]

Date:  Tue, 21 Feb 2006 20:17:59 -0700
From:  "Tim de Vries" <devriest (at mark) telus.net>
Subject:  [coba-e:04148] Re: Automatic DNS Configuration
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <20060222031802.SMTL29770.priv-edtnes40.telusplanet.net@recovery1b901e>
In-Reply-To:  <075d01c63723$ff710da0$e818ffcc@DBNYHL11>
X-Mail-Count: 04148

Are the shell tools for the BlueQuartz functionally equivalent to the shell
tools for the raq550? 

If so, on the raq550, the file that controls that option is RaQ550.pm

On the raq, it is in /usr/shell-tools/perl/RaQ550.pm

The subroutine that controls it is:

sub setVsiteDefaults

the line you need to change is:

        # make sure autodns is off, why because I hate it
        $self->{dns_auto} = 0;

Change it to:

        #self->{dns_auto} = 1;

Every vsite you create after that will have automatic DNS configuration.

Tim

-----Original Message-----
From: Jeff Heaton [mailto:jeff (at mark) warwick.net] 
Sent: February 21, 2006 1:19 PM
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:04145] Automatic DNS Configuration

I was wondering if anyone knows if there is any way to use automatic dns 
configuration with the shell tools. (ex. caddvsite). Or if there is a way to

make Automatic DNS Configuration on for every site I add.

Im working on a module to add sites automatically and this would be a handy 
feature!

Thanks,


Jeff