Look in the configured sbin directory for the tincd binary.
[oweals/tinc.git] / src / tincctl.c
index aed1c315a0009d489cd5e113f5a209843a88c78e..567e1c3decdd85c924c9351ecfc5d2bd127fa9af 100644 (file)
@@ -487,7 +487,7 @@ int main(int argc, char *argv[], char *envp[]) {
 
        if(!strcasecmp(argv[optind], "start")) {
                argv[optind] = NULL;
-               execve("tincd", argv, envp);
+               execve(SBINDIR "/tincd", argv, envp);
                fprintf(stderr, _("Could not start tincd: %s"), strerror(errno));
                return 1;
        }