diff options
author | Garrett D'Amore <Garrett.Damore@Sun.COM> | 2009-11-05 12:17:17 -0800 |
---|---|---|
committer | Garrett D'Amore <Garrett.Damore@Sun.COM> | 2009-11-05 12:17:17 -0800 |
commit | d95ac3ffcdcc13296bb4c53f621f72c0535f32c3 (patch) | |
tree | 65bf03269b8d1d3a27c8ce6025259d82a5bc03be /usr/src | |
parent | 3b860eee0637bb9a32dac1d3c9abccfa80570bbc (diff) | |
download | illumos-joyent-d95ac3ffcdcc13296bb4c53f621f72c0535f32c3.tar.gz |
6896169 remove UCB plotting commands (fix bfu)
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/tools/scripts/bfu.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/usr/src/tools/scripts/bfu.sh b/usr/src/tools/scripts/bfu.sh index 67acb35a90..be820004e4 100644 --- a/usr/src/tools/scripts/bfu.sh +++ b/usr/src/tools/scripts/bfu.sh @@ -8095,6 +8095,25 @@ mondo_loop() { rm -f $usr/include/sys/cg6tec.h rm -f $usr/include/sys/ramdac.h + # Remove ucb plotting bits + rm -rf $usr/ucb/aedplot + rm -rf $usr/ucb/atoplot + rm -rf $usr/ucb/bgplot + rm -rf $usr/ucb/crtplot + rm -rf $usr/ucb/dumbplot + rm -rf $usr/ucb/gigiplot + rm -rf $usr/ucb/hp7221plot + rm -rf $usr/ucb/hpplot + rm -rf $usr/ucb/implot + rm -rf $usr/ucb/plot + rm -rf $usr/ucb/plottoa + rm -rf $usr/ucb/t300 + rm -rf $usr/ucb/t300s + rm -rf $usr/ucb/t4013 + rm -rf $usr/ucb/t450 + rm -rf $usr/ucb/tek + rm -rf $usr/ucb/vplot + # # The pkg* commands should not be used after this point and before # archive extraction as libcrypto/libssl may not be available. |