diff options
author | Daniel Drake <dsd@gentoo.org> | 2004-11-11 23:03:43 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2004-11-11 23:03:43 +0000 |
commit | 1c56c64c154c465b8630dd76625cc2cd1a52583e (patch) | |
tree | 56c963c9ec1af4b794aa38f9233efd52ac2e5dea /sys-apps/i2c | |
parent | Fixed installation on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-1c56c64c154c465b8630dd76625cc2cd1a52583e.tar.gz gentoo-2-1c56c64c154c465b8630dd76625cc2cd1a52583e.tar.bz2 gentoo-2-1c56c64c154c465b8630dd76625cc2cd1a52583e.zip |
Remove einfo/ewarn/eerror banners, bug #70864
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.6.5-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.0.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.1.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.2.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.3.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.4.ebuild | 25 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.7.ebuild | 25 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.8.ebuild | 24 |
9 files changed, 54 insertions, 141 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog index 6f90dd5ee47f..8d1ef9dfb893 100644 --- a/sys-apps/i2c/ChangeLog +++ b/sys-apps/i2c/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/i2c # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.26 2004/11/05 16:47:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.27 2004/11/11 23:03:43 dsd Exp $ + + 12 Nov 2004; Daniel Drake <dsd@gentoo.org> i2c-2.6.5-r1.ebuild, + i2c-2.8.0.ebuild, i2c-2.8.1.ebuild, i2c-2.8.2.ebuild, i2c-2.8.3.ebuild, + i2c-2.8.4.ebuild, i2c-2.8.7.ebuild, i2c-2.8.8.ebuild: + Remove einfo/ewarn/eerror banners, bug #70864 05 Nov 2004; <plasmaroo@gentoo.org> i2c-2.8.1.ebuild, i2c-2.8.2.ebuild, i2c-2.8.3.ebuild, i2c-2.8.4.ebuild, i2c-2.8.7.ebuild, i2c-2.8.8.ebuild: diff --git a/sys-apps/i2c/i2c-2.6.5-r1.ebuild b/sys-apps/i2c/i2c-2.6.5-r1.ebuild index a84dec2e2d98..51a160d3929e 100644 --- a/sys-apps/i2c/i2c-2.6.5-r1.ebuild +++ b/sys-apps/i2c/i2c-2.6.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.6.5-r1.ebuild,v 1.8 2004/06/30 17:20:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.6.5-r1.ebuild,v 1.9 2004/11/11 23:03:43 dsd Exp $ DESCRIPTION="I2C Bus support" HOMEPAGE="http://www2.lm-sensors.nu/~lm78/" @@ -35,10 +35,8 @@ src_install() { pkg_postinst() { [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - einfo einfo "i2c package installed ..." - einfo + echo einfo "IMPORTANT ... if you are installing this package you need to either" einfo "IMPORTANT ... *disable* kernel i2c support or *enable it as a module*" - einfo } diff --git a/sys-apps/i2c/i2c-2.8.0.ebuild b/sys-apps/i2c/i2c-2.8.0.ebuild index 32c02f7f7539..3fe9f3f13d88 100644 --- a/sys-apps/i2c/i2c-2.8.0.ebuild +++ b/sys-apps/i2c/i2c-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.0.ebuild,v 1.16 2004/09/03 21:03:23 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.0.ebuild,v 1.17 2004/11/11 23:03:43 dsd Exp $ inherit eutils @@ -17,40 +17,30 @@ DEPEND="" pkg_setup() { echo - einfo "*****************************************************************" - einfo einfo "This ebuild assumes your *current* kernel is >=2.4.9 && < 2.5+ " - einfo + echo einfo "For 2.5+ series kernels, use the support already in the kernel" einfo "under 'Character devices' -> 'I2C support'." - einfo + echo einfo "To cross-compile, 'export LINUX=\"/lib/modules/<version>/build\"'" einfo "or symlink /usr/src/linux to another kernel." - einfo - einfo "*****************************************************************" echo - eerror "*****************************************************************" - eerror eerror "WARNING: This i2c support is not recommended for things such as " eerror "WARNING: BTTV" - eerror - eerror "*****************************************************************" - eerror + echo eerror "http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README" - eerror + echo eerror "35 ADDITIONALLY, i2c-2.8.0 is not API compatible to earlier i2c" eerror "36 releases due to struct changes; therefore you must NOT ENABLE" eerror "37 any other i2c drivers (e.g. bttv) in the kernel." eerror "38 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv." - eerror + echo eerror "Please try out http://www.ensicaen.ismra.fr/~delvare/devel/i2c/" eerror "for a kernel patch which will fix this problem. Please note that" eerror "nor the lm_sensors team nor the package maintainers will be able" eerror "to support you if you encounter problems with I2C when using" eerror "other modules with requirements on I2C..." - eerror - eerror "*****************************************************************" echo } @@ -112,12 +102,9 @@ src_install() { pkg_postinst() { [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - einfo einfo "I2C modules installed ..." - einfo + echo ewarn "IMPORTANT ... if you are installing this package you need to" ewarn "IMPORTANT ... *disable* kernel I2C support OR *modularize it*" ewarn "IMPORTANT ... if your 2.4.x kernel is patched with such support" - einfo - echo } diff --git a/sys-apps/i2c/i2c-2.8.1.ebuild b/sys-apps/i2c/i2c-2.8.1.ebuild index 7fd1b4f65d6b..0ce454d53bf7 100644 --- a/sys-apps/i2c/i2c-2.8.1.ebuild +++ b/sys-apps/i2c/i2c-2.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.1.ebuild,v 1.11 2004/11/05 16:47:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.1.ebuild,v 1.12 2004/11/11 23:03:43 dsd Exp $ inherit eutils toolchain-funcs @@ -17,40 +17,30 @@ DEPEND="" pkg_setup() { echo - einfo "*****************************************************************" - einfo einfo "This ebuild assumes your *current* kernel is >=2.4.9 && < 2.5+ " - einfo + echo einfo "For 2.5+ series kernels, use the support already in the kernel" einfo "under 'Character devices' -> 'I2C support'." - einfo + echo einfo "To cross-compile, 'export LINUX=\"/lib/modules/<version>/build\"'" einfo "or symlink /usr/src/linux to another kernel." - einfo - einfo "*****************************************************************" echo - eerror "*****************************************************************" - eerror eerror "WARNING: This i2c support is not recommended for things such as " eerror "WARNING: BTTV" - eerror - eerror "*****************************************************************" - eerror + echo eerror "http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README" - eerror + echo eerror "35 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c" eerror "36 releases due to struct changes; therefore you must NOT ENABLE" eerror "37 any other i2c drivers (e.g. bttv) in the kernel." eerror "38 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv." - eerror + echo eerror "Please try out http://www.ensicaen.ismra.fr/~delvare/devel/i2c/" eerror "for a kernel patch which will fix this problem. Please note that" eerror "nor the lm_sensors team nor the package maintainers will be able" eerror "to support you if you encounter problems with I2C when using" eerror "other modules with requirements on I2C..." - eerror - eerror "*****************************************************************" echo } @@ -113,12 +103,9 @@ src_install() { pkg_postinst() { [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - einfo einfo "I2C modules installed ..." - einfo + echo ewarn "IMPORTANT ... if you are installing this package you need to" ewarn "IMPORTANT ... *disable* kernel I2C support OR *modularize it*" ewarn "IMPORTANT ... if your 2.4.x kernel is patched with such support" - einfo - echo } diff --git a/sys-apps/i2c/i2c-2.8.2.ebuild b/sys-apps/i2c/i2c-2.8.2.ebuild index ce0520816658..e18d15fd8821 100644 --- a/sys-apps/i2c/i2c-2.8.2.ebuild +++ b/sys-apps/i2c/i2c-2.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.2.ebuild,v 1.8 2004/11/05 16:47:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.2.ebuild,v 1.9 2004/11/11 23:03:43 dsd Exp $ inherit eutils toolchain-funcs @@ -17,40 +17,30 @@ DEPEND="" pkg_setup() { echo - einfo "*****************************************************************" - einfo einfo "This ebuild assumes your *current* kernel is >=2.4.9 && < 2.5+ " - einfo + echo einfo "For 2.5+ series kernels, use the support already in the kernel" einfo "under 'Character devices' -> 'I2C support'." - einfo + echo einfo "To cross-compile, 'export LINUX=\"/lib/modules/<version>/build\"'" einfo "or symlink /usr/src/linux to another kernel." - einfo - einfo "*****************************************************************" echo - eerror "*****************************************************************" - eerror eerror "WARNING: This i2c support is not recommended for things such as " eerror "WARNING: BTTV" - eerror - eerror "*****************************************************************" - eerror + echo eerror "http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README" - eerror + echo eerror "35 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c" eerror "36 releases due to struct changes; therefore you must NOT ENABLE" eerror "37 any other i2c drivers (e.g. bttv) in the kernel." eerror "38 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv." - eerror + echo eerror "Please try out http://www.ensicaen.ismra.fr/~delvare/devel/i2c/" eerror "for a kernel patch which will fix this problem. Please note that" eerror "nor the lm_sensors team nor the package maintainers will be able" eerror "to support you if you encounter problems with I2C when using" eerror "other modules with requirements on I2C..." - eerror - eerror "*****************************************************************" echo } @@ -113,12 +103,9 @@ src_install() { pkg_postinst() { [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - einfo einfo "I2C modules installed ..." - einfo + echo ewarn "IMPORTANT ... if you are installing this package you need to" ewarn "IMPORTANT ... *disable* kernel I2C support OR *modularize it*" ewarn "IMPORTANT ... if your 2.4.x kernel is patched with such support" - einfo - echo } diff --git a/sys-apps/i2c/i2c-2.8.3.ebuild b/sys-apps/i2c/i2c-2.8.3.ebuild index 8c0944b226a2..a50a7c9a2559 100644 --- a/sys-apps/i2c/i2c-2.8.3.ebuild +++ b/sys-apps/i2c/i2c-2.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.3.ebuild,v 1.7 2004/11/05 16:47:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.3.ebuild,v 1.8 2004/11/11 23:03:43 dsd Exp $ inherit eutils toolchain-funcs @@ -17,40 +17,30 @@ DEPEND="" pkg_setup() { echo - einfo "*****************************************************************" - einfo einfo "This ebuild assumes your *current* kernel is >=2.4.9 && < 2.5+ " - einfo + echo einfo "For 2.5+ series kernels, use the support already in the kernel" einfo "under 'Character devices' -> 'I2C support'." - einfo + echo einfo "To cross-compile, 'export LINUX=\"/lib/modules/<version>/build\"'" einfo "or symlink /usr/src/linux to another kernel." - einfo - einfo "*****************************************************************" echo - eerror "*****************************************************************" - eerror eerror "WARNING: This i2c support is not recommended for things such as " eerror "WARNING: BTTV" - eerror - eerror "*****************************************************************" - eerror + echo eerror "http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README" - eerror + echo eerror "35 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c" eerror "36 releases due to struct changes; therefore you must NOT ENABLE" eerror "37 any other i2c drivers (e.g. bttv) in the kernel." eerror "38 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv." - eerror + echo eerror "Please try out http://www.ensicaen.ismra.fr/~delvare/devel/i2c/" eerror "for a kernel patch which will fix this problem. Please note that" eerror "nor the lm_sensors team nor the package maintainers will be able" eerror "to support you if you encounter problems with I2C when using" eerror "other modules with requirements on I2C..." - eerror - eerror "*****************************************************************" echo } @@ -113,12 +103,9 @@ src_install() { pkg_postinst() { [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - einfo einfo "I2C modules installed ..." - einfo + echo ewarn "IMPORTANT ... if you are installing this package you need to" ewarn "IMPORTANT ... *disable* kernel I2C support OR *modularize it*" ewarn "IMPORTANT ... if your 2.4.x kernel is patched with such support" - einfo - echo } diff --git a/sys-apps/i2c/i2c-2.8.4.ebuild b/sys-apps/i2c/i2c-2.8.4.ebuild index 4538aee165ad..14738b9b3422 100644 --- a/sys-apps/i2c/i2c-2.8.4.ebuild +++ b/sys-apps/i2c/i2c-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.11 2004/11/05 16:47:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.12 2004/11/11 23:03:43 dsd Exp $ inherit eutils toolchain-funcs @@ -17,27 +17,21 @@ DEPEND="" pkg_setup() { echo - eerror "*****************************************************************" - eerror eerror "WARNING: This i2c support is not recommended for things such as " eerror "WARNING: BTTV" - eerror - eerror "*****************************************************************" - eerror + echo eerror "http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README" - eerror + echo eerror "40 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c" eerror "41 releases due to struct changes; therefore you must NOT ENABLE" eerror "42 any other i2c drivers (e.g. bttv) in the kernel." eerror "43 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv." - eerror + echo eerror "Please try out http://khai.linux-fr.org/devel/i2c/ for a kernel" eerror "patch which will fix this problem. Please note that nor the" eerror "lm_sensors team nor the package maintainers will be able to" eerror "support you if you encounter problems with I2C when using" eerror "other modules with requirements on I2C..." - eerror - eerror "*****************************************************************" echo } @@ -54,15 +48,11 @@ src_compile () { echo ${KV} | grep -q 2.4. if [ $? == 1 ]; then echo - einfo "*****************************************************************" - einfo einfo "For 2.5+ series kernels, use the support already in the kernel" einfo "under 'Character devices' -> 'I2C support'." - einfo + echo einfo "To cross-compile, 'export LINUX=\"/lib/modules/<version>/build\"'" einfo "or symlink /usr/src/linux to another kernel." - einfo - einfo "*****************************************************************" echo ewarn "Non-2.4 kernel detected; doing nothing..." return @@ -113,13 +103,10 @@ pkg_postinst() { if echo ${KV} | grep -q 2.4.; then [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - einfo einfo "I2C modules installed ..." - einfo + echo ewarn "IMPORTANT ... if you are installing this package you need to" ewarn "IMPORTANT ... *disable* kernel I2C support OR *modularize it*" ewarn "IMPORTANT ... if your 2.4.x kernel is patched with such support" - einfo - echo fi } diff --git a/sys-apps/i2c/i2c-2.8.7.ebuild b/sys-apps/i2c/i2c-2.8.7.ebuild index a4b8bdc2229f..2cab493162ed 100644 --- a/sys-apps/i2c/i2c-2.8.7.ebuild +++ b/sys-apps/i2c/i2c-2.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.9 2004/11/05 16:47:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.10 2004/11/11 23:03:43 dsd Exp $ inherit eutils toolchain-funcs @@ -17,27 +17,21 @@ DEPEND="" pkg_setup() { echo - eerror "*****************************************************************" - eerror eerror "WARNING: This i2c support is not recommended for things such as " eerror "WARNING: BTTV" - eerror - eerror "*****************************************************************" - eerror + echo eerror "http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README" - eerror + echo eerror "40 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c" eerror "41 releases due to struct changes; therefore you must NOT ENABLE" eerror "42 any other i2c drivers (e.g. bttv) in the kernel." eerror "43 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv." - eerror + echo eerror "Please try out http://khai.linux-fr.org/devel/i2c/ for a kernel" eerror "patch which will fix this problem. Please note that nor the" eerror "lm_sensors team nor the package maintainers will be able to" eerror "support you if you encounter problems with I2C when using" eerror "other modules with requirements on I2C..." - eerror - eerror "*****************************************************************" echo } @@ -54,15 +48,11 @@ src_compile () { echo ${KV} | grep -q 2.4. if [ $? == 1 ]; then echo - einfo "*****************************************************************" - einfo einfo "For 2.5+ series kernels, use the support already in the kernel" einfo "under 'Character devices' -> 'I2C support'." - einfo + echo einfo "To cross-compile, 'export LINUX=\"/lib/modules/<version>/build\"'" einfo "or symlink /usr/src/linux to another kernel." - einfo - einfo "*****************************************************************" echo ewarn "Non-2.4 kernel detected; doing nothing..." return @@ -113,13 +103,10 @@ pkg_postinst() { if echo ${KV} | grep -q 2.4.; then [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - einfo einfo "I2C modules installed ..." - einfo + echo ewarn "IMPORTANT ... if you are installing this package you need to" ewarn "IMPORTANT ... *disable* kernel I2C support OR *modularize it*" ewarn "IMPORTANT ... if your 2.4.x kernel is patched with such support" - einfo - echo fi } diff --git a/sys-apps/i2c/i2c-2.8.8.ebuild b/sys-apps/i2c/i2c-2.8.8.ebuild index ef2d3807fcb6..2928762fba42 100644 --- a/sys-apps/i2c/i2c-2.8.8.ebuild +++ b/sys-apps/i2c/i2c-2.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.8.ebuild,v 1.2 2004/11/05 16:47:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.8.ebuild,v 1.3 2004/11/11 23:03:43 dsd Exp $ inherit eutils toolchain-funcs @@ -17,27 +17,21 @@ DEPEND="" pkg_setup() { echo - eerror "*****************************************************************" - eerror eerror "WARNING: This i2c support is not recommended for things such as " eerror "WARNING: BTTV" - eerror - eerror "*****************************************************************" - eerror + echo eerror "http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README" - eerror + echo eerror "40 ADDITIONALLY, i2c-2.8.8 is not API compatible to earlier i2c" eerror "41 releases due to struct changes; therefore you must NOT ENABLE" eerror "42 any other i2c drivers (e.g. bttv) in the kernel." eerror "43 Do NOT use lm-sensors 2.8.8 or i2c-2.8.8 if you require bttv." - eerror + echo eerror "Please try out http://khai.linux-fr.org/devel/i2c/ for a kernel" eerror "patch which will fix this problem. Please note that nor the" eerror "lm_sensors team nor the package maintainers will be able to" eerror "support you if you encounter problems with I2C when using" eerror "other modules with requirements on I2C..." - eerror - eerror "*****************************************************************" echo } @@ -54,15 +48,11 @@ src_compile () { echo ${KV} | grep -q 2.4. if [ $? == 1 ]; then echo - einfo "*****************************************************************" - einfo einfo "For 2.5+ series kernels, use the support already in the kernel" einfo "under 'Character devices' -> 'I2C support'." - einfo + echo einfo "To cross-compile, 'export LINUX=\"/lib/modules/<version>/build\"'" einfo "or symlink /usr/src/linux to another kernel." - einfo - einfo "*****************************************************************" echo ewarn "Non-2.4 kernel detected; doing nothing..." return @@ -113,13 +103,11 @@ pkg_postinst() { if echo ${KV} | grep -q 2.4.; then [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - einfo einfo "I2C modules installed ..." - einfo + echo ewarn "IMPORTANT ... if you are installing this package you need to" ewarn "IMPORTANT ... *disable* kernel I2C support OR *modularize it*" ewarn "IMPORTANT ... if your 2.4.x kernel is patched with such support" - einfo echo fi } |