# HG changeset patch # User Christopher Rogers # Date 1291008820 0 # Node ID 0e2e3ac6caf14fef42017992045f754e3dcab8c5 # Parent aa2fafc43273041e8af5bf6e7cb37942586d5065 Removed linux-iscsi. Changed open-iscsi depend to linux-scsi. No need to 2 packages that same modules in them. diff -r aa2fafc43273 -r 0e2e3ac6caf1 linux-iscsi/receipt --- a/linux-iscsi/receipt Mon Nov 29 05:10:02 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="linux-iscsi" -VERSION="2.6.36" -CATEGORY="base-system" -SHORT_DESC="The Linux kernel iscsi modules." -MAINTAINER="devel@slitaz.org" -DEPENDS="linux" -WANTED="linux" -WEB_SITE="http://www.kernel.org/" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - local path - path=lib/modules/$VERSION-slitaz/kernel - mkdir -p $fs/$path - export src - export _pkg - $src/slitaz/list_modules.sh drivers/scsi/iscsi_tcp.ko.gz \ - drivers/scsi/scsi_transport_iscsi.ko.gz | while read module; do - dir=$path/$(dirname $module) - [ -d $fs/$dir ] || mkdir -p $fs/$dir - cp -a $_pkg/$path/$module $fs/$dir - done -} - -# Post install/remove commands for Tazpkg. -post_install() -{ - chroot "$1/" depmod -a $VERSION-slitaz -} - -post_remove() -{ - depmod -a $VERSION-slitaz -} - diff -r aa2fafc43273 -r 0e2e3ac6caf1 open-iscsi/receipt --- a/open-iscsi/receipt Mon Nov 29 05:10:02 2010 +0000 +++ b/open-iscsi/receipt Mon Nov 29 05:33:40 2010 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.open-iscsi.org/" WGET_URL="${WEB_SITE}bits/$TARBALL" -DEPENDS="linux-iscsi" +DEPENDS="linux-scsi" # Rules to configure and make the package. compile_rules()