summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/share/compssList67
-rwxr-xr-xrescue/make_rescue_img1
2 files changed, 33 insertions, 35 deletions
diff --git a/perl-install/share/compssList b/perl-install/share/compssList
index e098e16ce..aab624f27 100644
--- a/perl-install/share/compssList
+++ b/perl-install/share/compssList
@@ -348,7 +348,7 @@ glade 17 0 57
glib 1 0 0
glib-devel 10 0 94
glibc 1 99 96
-glibc-devel 10 0 96
+glibc-devel 25 0 96
glibc-profile 1 0 94
gmc 68 0 59
gmp 17 0 71
@@ -1241,35 +1241,32 @@ zsh 20 50 72
zsh-doc 0 35 60
# commercial
-ac3d 50 0 30
+ac3d 20 0 20
acroread 60 15 60
acroread-nppdf 60 15 60
-IglooFTP-PRO 60 20 60
+IglooFTP-PRO 20 20 20
interbase 0 15 15
interbase-docs 0 15 15
-civctp-demo 40 0 20
-civctp-demo-german 0 0 0
-eus-demo 40 0 20
-myth2-demo 45 0 25
+civctp-demo 22 0 20
+compupic 19 0 19
+eus-demo 23 0 20
+myth2-demo 24 0 25
macromedia-flash 60 15 60
RealPlayer 60 15 60
RealPlayer-rpnp 60 15 60
-scol 65 0 50
+scol 23 0 23
avp-database 20 20 20
avp-linux 20 20 20
arkeia-arkc 0 20 0
-arkeia-client 30 0 20
-arkeia-gui 35 0 20
+arkeia-client 20 0 20
+arkeia-gui 24 0 20
arkeia-server-shareware 0 50 0
Artstream 20 0 0
MesaCVS 0 0 0
-citrix-icaclient-en 40 -70 -40
-citrix-icaclient-fr 40 -70 -40
-citrix-icaclient-ge 40 -70 -40
-citrix-icaclient-sp 40 -70 -40
-compupic 45 0 30
-cybersched 0 0 0
-eagle 15 0 25
+citrix-icaclient-en -70 -70 -70
+citrix-icaclient-fr -70 -70 -70
+citrix-icaclient-ge -70 -70 -70
+citrix-icaclient-sp -70 -70 -70
printpro 0 0 0
printpro-agfa 0 0 0
printpro-alps 0 0 0
@@ -1309,29 +1306,29 @@ ViaVoice_sdk 0 0 45
jdk-sun 0 0 35
jdk-sun-doc 0 0 35
jre-sun 20 0 35
-heretic2-demo 40 0 25
-heroes3-demo 40 0 25
-rt2-demo 40 0 25
-MainActor 35 0 0
-mupad 30 0 20
-mtv 45 0 35
-mtv-fullscrean-extension 45 0 35
+heretic2-demo 24 0 24
+heroes3-demo 24 0 24
+rt2-demo 24 0 24
+MainActor 24 0 0
+mupad 20 0 20
+mtv 24 0 24
+mtv-fullscreen-extension 15 0 15
NetPartitioner 0 25 0
omnimark 0 0 35
rebol-core 0 0 30
-SDL11 0 0 0
-staroffice-de 30 -90 -30
-staroffice-en 30 -90 -30
-staroffice-fr 30 -90 -30
-staroffice-it 30 -90 -30
-staroffice-nl 30 -90 -30
-staroffice-pt 30 -90 -30
-staroffice-es 30 -90 -30
-staroffice-sv 30 -90 -30
+staroffice-de -30 -90 -30
+staroffice-en -30 -90 -30
+staroffice-fr -30 -90 -30
+staroffice-it -30 -90 -30
+staroffice-nl -30 -90 -30
+staroffice-pt -30 -90 -30
+staroffice-es -30 -90 -30
+staroffice-sv -30 -90 -30
+SDL11
tina-base 20 0 10
tina-lesstif 20 0 10
tina-oracle80 0 0 0
tina-oracle8i 0 0 0
tina-server 0 20 0
-VMware 30 0 0
-VariCAD 35 0 35
+VMware 20 0 35
+VariCAD 24 0 24
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index d77250fed..2e3178ca7 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -36,6 +36,7 @@ _ "$sudo rm -rf $tmp" if -e $tmp;
_ "mkdir $tmp";
_ 'find . -name "*~" | xargs rm -f';
_ "cp -a tree/* $tmp";
+_ "find $tmp -name CVS | xargs rm -rf";
_ "cd $tmp; mkdir -p lib tmp modules proc";