From f5cab4881fdf442e53eca4b697753f440e937e00 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 2 Dec 2010 13:32:52 +0100 Subject: [PATCH] ignore case when gathering modules.list modules.list updated --- modules.list | 23 ++++++++++++----------- modules.update | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/modules.list b/modules.list index 356f5b23..c0320f07 100644 --- a/modules.list +++ b/modules.list @@ -2,16 +2,8 @@ bootcd bootmanager bootstrapfs codemux -DistributedRateLimiting -Mom -Monitor -myplc -nodemanager -NodeUpdate -PLCRT -PingOfDeath -vserver-reference comgt +DistributedRateLimiting drupal ejabberd fprobe-ulog @@ -21,28 +13,37 @@ iproute2 iptables iptables:1.3.8 libnl +linux-2.6 linux-2.6:22 madwifi madwifi:0.9.4 +Mom +Monitor +myplc nodeconfig +nodemanager +nodeupdate nozomi omf pcucontrol pf2slice -pl_sshd +PingOfDeath planetlab-umts-tools plcapi +PLCRT plewww +pl_sshd pyaspects pyopenssl pypcilib pyplnet sfa +sface tests util-vserver util-vserver-pl util-vserver-pl:0.3 -util-vserver:scholz +vserver-reference vsys-scripts vsys:0.9 www-register-wizard diff --git a/modules.update b/modules.update index 14f41faa..efbbc968 100755 --- a/modules.update +++ b/modules.update @@ -12,4 +12,4 @@ fcdistro=centos5 make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-tags.mk DISTRONAME=${fcdistro} module-tools ; \ make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-k27-tags.mk DISTRONAME=${fcdistro} module-tools ; \ echo tests -) | sort -u | grep -v '^build$' +) | sort -uf | grep -v '^build$' -- 2.43.0