Hey, anyone could teach me how to remove myself from this list? I've tried tons of times but always failed. It looks to me I need to replace my email address in one of the un-subscribing email address. But I just cannot find what the un-subscribing email format is.
Thanks for the help -- I am too tired to delete the flooding-in emails every day!! Peter Harkins wrote: > On Thu, Jan 23, 2003 at 12:51:50PM +0100, Michael Jaeger wrote: > > On Thursday, 23. January 2003 12:26, Dekel Tsur wrote: > > | What is the output of 'kpsewhich cv.cls', 'locate cv.cls', and > > | 'dpkg -S cv.cls' ? > > > > kpsewhich cv.cls: Nothing > > locate cvs.cls: locate: /var/cache/locate/locatedb: No such file or directory > > dpkg -S cv.cls: dpkg: *cv.cls* not found. > > Take a stab at the following command: > > find / -name "cvs.cls" -print > > (Note that this command take as much as several minutes, depending > on how many files you have.)