From: <no...@so...> - 2002-05-24 07:04:16
|
Bugs item #559978, was opened at 2002-05-23 22:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=465044&aid=559978&group_id=51915 Category: modules RPM Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Jeff Squyres (jsquyres) Assigned to: Jeff Squyres (jsquyres) Summary: rpm -Uvh and /etc/bashrc Initial Comment: Updating between versions of the modules RPM seems to whack the additions to /etc/bashrc and /etc/csh.cshrc. This probably has something to do with the order of %pre / %post scripts run during -Uvh. A quick fix might be to put the version number in the "#SPECIAL STRING" that is appened to the end of each line. This might not help for -Uvh'ing the newest RPM and the one before that, but it will fix all future versions. ---------------------------------------------------------------------- >Comment By: Jeff Squyres (jsquyres) Date: 2002-05-24 00:03 Message: Logged In: YES user_id=11722 Fixed. Did exactly what the suggestion was -- delineated the comments that are at the end of /etc/bashrc and /etc/csh.cshrc so that the %pre and %postun scripts don't clash with each other. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=465044&aid=559978&group_id=51915 |