[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?
- Subject: RE: [cobalt-users] Is there a quick n dirty way to remove all virtual sites from a Raq4?
- From: "Bob Lenaerts" <bob@xxxxxxxxxx>
- Date: Tue Jul 8 03:12:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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-