[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Is there a quick n dirty way to remove all virtual sites from a Raq4?



Is that for the sites only ?
And how do you get rid of the users and dns records ?

bob

-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] On Behalf Of Jeff Bilicki
Sent: maandag 7 juli 2003 19:37
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] Is there a quick n dirty way to remove all
virtual sites from a Raq4?


> w/o having to trash each one individually?
> :-)

RaQ3/4/XTR
for site in `ls -1d /home/sites/site* |cut -f 4 -d/`; do
    /usr/sbin/cdelvsite -g $site
done

RaQ550
clistvsite | cdelvsite -

Jeff-