source: trunk/packs/update/vers/9.2.4 @ 19344

Revision 19344, 945 bytes checked in by ghudson, 21 years ago (diff)
Remove the turds from the gcc build of mozilla which prevent mozilla from running.
Line 
1#!/bin/sh
2
3echo "/etc/init.d/bind"                                 >> $DEADFILES
4echo "/etc/rc2.d/S72bind"                               >> $DEADFILES
5echo "/etc/rc2.d/S92volmgt"                             >> $DEADFILES
6
7# Turds from an old build of mozilla.  There are other turds but they
8# don't cause problems, and only 9.2 alpha machines should ever see them.
9echo "/usr/athena/lib/mozilla/components/libtestdynamic.so"     >> $DEADFILES
10echo "/usr/athena/lib/mozilla/components/libMyService.so"       >> $DEADFILES
11echo "/usr/athena/lib/mozilla/components/libxpcomsample.so"     >> $DEADFILES
12echo "/usr/athena/lib/mozilla/components/xpcomsample.xpt"       >> $DEADFILES
13echo "/usr/athena/lib/mozilla/components/nsSample.js"           >> $DEADFILES
14echo "/usr/athena/lib/mozilla/components/proxytest.xpt"         >> $DEADFILES
15echo "/usr/athena/lib/mozilla/components/xpconnect_tests.xpt"   >> $DEADFILES
16echo "/usr/athena/lib/mozilla/components/libxpctest.so"         >> $DEADFILES
Note: See TracBrowser for help on using the repository browser.