Probably just a check for packaging mistakes, yeah.
So, nothing special, I see. I guess these two lines were born in the pre-submitqc era
Submitqc is very handy and helpful. I guess now all the extensions are submitqc-ed and looks ideal from the point of view of tce.installed/* ownership and permissions.
By the way, the two above mentioned commands are applied in the recursive manner and thus cause violation of the recommended in the Corebook ownership and permissions for the scripts:
"The install scripts should be owned by tc:staff and have executable permissions. The tce.installed directory should be owned by root:staff and have 775 permissions "
page 77.
After these commands applied recursively script files have root:staff owner.
Thanks for the reply, I was afraid I can break something necessary.
I want to describe one X-related surprise I faced and it made me stuck for a while.
Booting in text mode, then "tce-load -i Xfbdev" and "startx". Compiling something X-based needs "tce-load -i xorg-server-dev". Implicitly it causes my "/etc/susconfig/Xserver" to contain "Xorg". Then for some reason leaving X (which is Xfbdev at that moment). Then after making the console jobs starting X again ... and ... surprise-surprise! I'm in Xorg. And if graphics-* is absent it is not so fast to understand what's going on
Of course such a situation is rarity, but this makes it even less pleasant, because I need to realize once again what happened
I want to say that if
e_c_h_o Xorg > ...
will be conditional like
[ -e ... ] || e_c_h_o Xorg > ...
then Xfbdev will not be displaced. The opposite situation (initial Xorg and then Xfbdev) seems to much less probable. Please consider this description as a kind of short story, not a request. Only occasional Xfbdev user may be caught with this trap.
Regards!