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:

Version 5
  • Version 1
  • Version 2
  • Version 3
  • Version 4
  • Version 5
  • 7c0bbb2
  • e63c692
  • Added .gitignore and ignore build directory

  • 4c2ad61
  • Removed all references to count_me.sh

  • 763a8e5
  • Install initng core file into /sbin with Jam

  • c0c1b51
  • Added alias variable names for Jam compatibility. initng-paths.h.in uses Jam variables already, so we need to fix it up for cmake.

  • c43a48d
  • Add INITNG_MODULE_DIR to the environment to correctly start all scripts (net, fbsplash and some more are using this).

Showing 7c0bbb2-e63c692

Comments

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.

→ State changed from Open to Closed

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository