Reviewing merge request #7: gitignore and removed count_me.sh
* Added .gitignore and ignore build directory
* removed obsolete count_me.sh file and all references to it
* set binary install directory to /sbin for Jam
* variable alias names at CMakeLists.txt for Jam compatibility (otherwise initng-path.h will not be generated correctly)
* add INITNG_MODULE_DIR to the environment with runiscript, because scripts like net/any use them. If I don't do this net/eth0 will fail.
Commits that would be merged:
- 7c0bbb2
- e63c692
- 4c2ad61
- 763a8e5
- c0c1b51
- c43a48d
Added .gitignore and ignore build directory
Removed all references to count_me.sh
Install initng core file into /sbin with Jam
Added alias variable names for Jam compatibility. initng-paths.h.in uses Jam variables already, so we need to fix it up for cmake.
Add INITNG_MODULE_DIR to the environment to correctly start all scripts (net, fbsplash and some more are using this).
7c0bbb2-e63c692Comments
Note to commit c43a48d:
net/any uses ${INITNG_MODULE_DIR} for example. Here’s the line:
iset exec start = “${INITNG_MODULE_DIR}/scripts/net/interface ${NAME} start”
If I don’t set this up at runtime this script will not be found. So we have to do this. Or should INITNG_MODULE_DIR be substituted at installation time?
At runtime is better, that should be reworked later anyway…
Merged locally, will push ASAP.


Add a new comment:
Login or create an account to post a comment