On 8/14/06, Dick Marinus <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've started hacking libbash and xconfig to make both scripts compatible
> with bash 2 and older coreutils (I'm stuck to a Red Hat 7.3 environment)
> Please review my patches attached to this mail.
> I think it would be a good idea to use autoconf / automake to detect the
> bash version and generate the scripts with appropriate code. Could
> someone please give me some hints about this?
>
> Thanks in advance,
> Dick
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Xconfig-common mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xconfig-common
>
>
>
>


Hi,

I haven't looked at the patches yet, but I'd like to address the issue
of implementing backwards-compatability:
Such patches are likely to change as code is added to the projects,
and version-controling them could become ugly. Instead, we should keep
backwards-compatible files under version-control.
One way to do it is to maintain shadows ('branches') of xconfig and
libbash specifically for backwards-compatibility.
Another way is to keep backwards-compatible files alongside uptodate
files, and let the autotools choose which to install (according to
versions of bash and coreutils).

Personally, I have no preference between these two ways - the first
way means administration hassle, and the second means autotools
hassle.


Alon

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xconfig-common mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xconfig-common

Reply via email to