Subj : MBSE and FHS
To : All
From : Rj Clay
Date : Sun Apr 07 2013 07:46 pm
Hi All!
Others may have already seen this but I was looking over the MBSE source
code again, looking at what might be necessary in order to get MBSE to be more
FHS complient and it looks to be that the main issue is that the paths for the
configuration data files are hard coded to be "$MBSE_ROOT/etc/*.data".
Not sure how best to correct that in the code, but I think I'll start
testing the idea by (manually) moving the /opt/mbse/etc directory and those
*.data files to a different directory and making /opt/mbse/etc to be a sym
link to that directory. If that works well enough, I'll update the debian
packaging to install to the more standard FHS directories and install symlinks
where appropriate, and see how that works...