Commit c43a48d0ce4713fe3903fd0b773c33fa0b33e781

  • Tree SHA1: b15a003
  • Parent SHA1: 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.)
  • raw diff | raw patch
Add INITNG_MODULE_DIR to the environment to correctly start all scripts (net, fbsplash and some more are using this).
  
178178
179179 /* set up the environments */
180180 setenv("SFILE", path, 1);
181 setenv("INITNG_MODULE_DIR", INITNG_MODULE_DIR, 1);
181182
182183 /* now call the wrapper */
183184 execve(new_argv[0], new_argv, environ);