While looking for Gabriele's cookies patch, I stumbled upon this long forgotten message...
According to Emma Jane Hogbin: > I've figured out all the language problems I was having (I think). > Unfortunately I can't get the cookies patch to install properly on the > "live" machine--dev machine has the patch but not the language files. I > don't have root on dev, but I do on "live". > <omits parts about the system administrator refusing to install the patch > and all the related frustrations> > > I have never patched software before. I did a google search for "install > linux patch" but it didn't turn up anything useful. I know where to get > the cookie patch from, but I don't know what to do with it. I know how to > install software on a linux machine (both from source and from debian > packages). The patch has already been applied once (or so says the sys > admin), but it's not working. I don't know if this means I now have to > uninstall everything and start from scratch, or if I can just try > installing the patch again. > > Could someone please email me either a link to a site that will tell me > what to do with this file: > http://www.mail-archive.com/[email protected]/msg01356.html > There's also a .gz version instead of a .gz.0 version. It's available from > here: > http://www.mail-archive.com/[email protected]/msg01338.html As far as I know, they're both the same patch. (Note to Joe: it might make more sense to call it cookies.0.gz instead of cookies.gz.0.) Generally for a patch, you put yourself in the main souce directory and then run a command like "patch -p0 < name-of-patch-file", or use -p1 if the patch has an extra level of directory names in the target file names. In the case of a compressed patch like this one, you can use: zcat cookies.gz.0 | patch -p0 I don't recall seeing a followup to your questions before, but you haven't repeated the request, so my apologies if it's now a moot point. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

