This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

update kawa email address and CVS/Root


We have been warned that the cygnus.com domain name may go away
soon.  You should replace all uses of of sourceware.cygnus.com by
sources.redhat.com.  This includes the Kawa mailing list
address, which is now (and has been for a while)
kawa@sources.redhat.com.

Also if you have a Kawa CVS tree checked out, you need to
make sure the CVS/Root files are correct.  The following shell
command script (when run at the top of the tree) should do it:

for file in `find . -name Root`; do
   tmp=`sed -e 's|sourceware.cygnus.com|sources.redhat.com|g' <$file`
   echo $tmp >$file
done
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]