Scott Serr wrote:
I thought that since 3.1.1 is supposed to work with 2.6 kernels, that there would be much less patching. But I will go through the patches and see which seem to apply.

Kernel 2.6 compilance refers to audio/io/disk modules. They compile without
patching.

I worry a bit about the .rpm to .deb conversion. I don't the post "fixup" gets converted. I don't know if that makes a difference.

Conversion warnings about pre/post scripts can be ignored. What you should
patch is e.g. /opt/SUNWut/sbin/utconfig and others like this:

--- utconfig.SUN        2006-10-18 15:07:43.000000000 +0200
+++ utconfig    2006-10-18 17:43:49.000000000 +0200
@@ -1747,23 +1747,23 @@
 SRDS_RN="2.2"
 SRDS_PACKAGE="SUNWutdso"

-if ! SRDSInstalled; then
-  Fatal "$SRDS_PN is not installed on this host"
-elif ! SRDSVersion $SRDS_RN; then
-  Fatal "$SRDS_PN $SRDS_RN is not installed on this host"
-elif SRDSInstallPartial; then
-  Fatal "$SRDS_PN $SRDS_RN is only partially installed"
-fi
+#if ! SRDSInstalled; then
+#  Fatal "$SRDS_PN is not installed on this host"
+#elif ! SRDSVersion $SRDS_RN; then
+#  Fatal "$SRDS_PN $SRDS_RN is not installed on this host"
+#elif SRDSInstallPartial; then
+#  Fatal "$SRDS_PN $SRDS_RN is only partially installed"
+#fi

 SRDS_BASEDIR="$(${G_MEDIA_DIR}/utprodinfo -r $SRDS_PACKAGE)/SUNWut"

 LCL_PROD_NAME="LDAP Client Libraries"

-if ! LdapClientInstalled; then
-  Fatal "$LCL_PROD_NAME is not installed on this host"
-elif LdapClientInstallPartial; then
-  Fatal "$LCL_PROD_NAME is only partially installed"
-fi
+#if ! LdapClientInstalled; then
+#  Fatal "$LCL_PROD_NAME is not installed on this host"
+#elif LdapClientInstallPartial; then
+#  Fatal "$LCL_PROD_NAME is only partially installed"
+#fi

 UT_ROOT_S="Sun Ray root"
 DEFAULT_ROOTENTRY="o=utdata"

Thanks,
Scott


--
Dipl.-Wirtsch.-Ing. Sebastian Hesselbarth

Institute of Microelectronic Systems
Architectures and Systems Group

University of Hannover        phone: +49 (511) 762 - 19607
Appelstrasse 4                fax  : +49 (511) 762 - 19601
30167 Hannover                email: [EMAIL PROTECTED]
Germany                       http://www.ims.uni-hannover.de/~hesselbarth/
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to