Hi,

Azerion schrieb:
> YaST does not use 
> Mono but suseRegister probably setup rug/mono and YaST at the same time so 
> they dependencied it.

No, the Mono dependency of suseRegister doesn't have anything to do with
rug and zmd. suseRegister doesn't use rug/zmd at all, it depends on Mono
because it contains a tiny little C# app.

create-guid.cs is exactly 11 lines of C# code:

using System;

public class CreateGuid
{
    public static void Main()
    {
        string guid = Guid.NewGuid ().ToString ("N");

        Console.WriteLine(guid);
    }
}

If someone rewrites this sophisticated and highly complex code in a
different language, the Mono dependency will be gone.

Andreas Hanke

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to