-----Original Message----- From: David Foster [mailto:foster@ncmir.ucsd.edu] Sent: Tuesday, November 25, 2003 1:57 PM To: Jeremy.Loukinas@evenflo.com Subject: Re: Recommended cluster backout plan You could script it pretty easily, this would back out the patches in the reverse order you added them (to avoid problems with dependencies): cd /patch/dir set patches = ( `cat patch_order` ) set n = $#patches while ( n > 0 ) patchrm $patches[n] @ n = n - 1 end Dave Foster (not tested!) > Is there any way to back out a Sun recommended cluster? Not in a jam but > someone had asked me and I know each individual patch can be backed out. But > is there a way to back out the entire cluster? > > Jeremy S. Loukinas > _______________________________________________ > sunmanagers mailing list > sunmanagers@sunmanagers.org > http://www.sunmanagers.org/mailman/listinfo/sunmanagers << All opinions expressed are mine, not the University's >> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= David Foster National Center for Microscopy and Imaging Research Programmer/Analyst University of California, San Diego dfoster[at]ucsd[dot]edu Department of Neuroscience, Mail 0608 (858) 534-7968 http://ncmir.ucsd.edu/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable." -- George Bernard Shaw _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Tue Nov 25 15:22:53 2003
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:24 EST