On Fri, Dec 27, 2002 at 11:30:47AM -0000, Yogesh Hasabnis wrote: > What is the standard procedure in sorting out such issues where we > have to uninstall the rpms, (may be make some changes in the > source code) reinstall the package in .tar format and reinstall > the depending rpms ?
1. You get the source RPM, include your patch, compile and build your own binary RPM. 2. (easier) You read the rpm(8) man page, find the switch --justdb, and use it. Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
