[2527] in SIPB bug reports
If it becomes necessary to back out xscreensaver changes....
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Fri Feb 28 15:11:50 1992
Date: Fri, 28 Feb 92 15:10:58 -0500
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bug-sipb@Athena.MIT.EDU
... I've tried to test the newest xscreensaver changes extensively.
However, if there is some unanticipated problem that means that they
have to be backed out whem I'm not around, you can do the following
(these instructions are not tested, but they should work; if they
don't, improvise :-):
cd /mit/sipbsrc/src/xscreensaver
co -rPREBUTTON RCS/* # ignore errors for many files
On the Vax, RT or DECstation:
attach x11r5
cd /mit/sipbsrc/$hosttype/xscreensaver
make Makefile
make depend
make clean
make
detach sipb
attach -t afs -e /afs/.sipb/project/sipb
make install
On the RS/6000:
attach x11r4
cd /mit/sipbsrc/$hosttype/xscreensaver
imake -DUseInstalled -DUseSharedLibs -I../../src/X11-config
make depend
make clean
make
detach sipb
attach -t afs -e /afs/.sipb/project/sipb
make install
Then, on a Vax or RT:
make install.man
man xscreensaver
jik