Andreas, this is great news! This is highly apprechiated. Thank you very much.
If only the cmu tools would be fixed as well I was a happy admin :) Tobias Am 25.08.2016 um 11:39 schrieb Andreas Ebertus: > Hi all, > > I think I've found the problem. > In /usr/shell-tools/perl/Shell.pm in sub getBuild, the entry for 5209R > is missing in %bldHash. > > Here is a patch: > > --- /usr/shell-tools/perl/Shell.pm.orig 2016-08-24 18:48:34.772599267 +0200 > +++ /usr/shell-tools/perl/Shell.pm 2016-08-24 18:48:39.659550333 +0200 > @@ -403,6 +403,7 @@ > "5108R", "BX5108R", > "5207R", "BX5207R", > "5208R", "BX5208R", > + "5209R", "BX5209R", > # TLAS > "TLAS2", "TLAS2", > ); > > > All the best, > Andreas > > > > On Fri, 29 Apr 2016 10:44:27 -0500 > Michael Stauber <[email protected]> wrote: > >> Hi Tobias, Maurice and Darren, >> >> Maurice wrote: >>> On 5208R and 5108R I have some scripts that use the clistvsite >>> and clistuser commands without errors. >>> On this 5209R, these commands give an error on a vanilla install: >> Tobias wrote: >>> None of the shell tools appear to be working in 5209r: >> Darren wrote: >>> I also posted about this at the end of March but got no response. >> Sorry, guys. I have it on my list of things that need fixing. I wasn't >> expecting that there's actually such a demand for these shell tools. >> >> I'll bump it to the top and will see if I can fix it in the next >> couple of days. >> > _______________________________________________ > Blueonyx mailing list > [email protected] > http://mail.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx
