raster pushed a commit to branch master.

commit 16d33cdc4df0cc9e5063bb9c8a0b5fb77d4dc7bc
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Sep 4 12:05:30 2013 +0900

    use compile defined paths for exec of entrance
---
 src/daemon/entrance_wait.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/daemon/entrance_wait.c b/src/daemon/entrance_wait.c
index 27f38e3..4de7118 100644
--- a/src/daemon/entrance_wait.c
+++ b/src/daemon/entrance_wait.c
@@ -63,7 +63,7 @@ main (int argc __UNUSED__, char **argv __UNUSED__)
      {
         if (WIFEXITED(status) && WEXITSTATUS(status))
           setenv("ENTRANCE_QUIT", "1", 1);
-        execlp("entrance", "entrance", "--nodaemon", NULL);
+        execlp(PACKAGE_SBIN_DIR"/entrance", PACKAGE_SBIN_DIR"/entrance", 
"--nodaemon", NULL);
      }
    return -1;
 }

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to