commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 10/25: Fix patch to runsystem.hurd


From: Samuel Thibault
Subject: [hurd] 10/25: Fix patch to runsystem.hurd
Date: Mon, 24 Oct 2016 00:16:44 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 349b9c4fdcb49add63ec71cabd6e4e4dbe6b262d
Author: Samuel Thibault <address@hidden>
Date:   Sun Sep 4 14:47:05 2016 +0200

    Fix patch to runsystem.hurd
    
    * init/init.c (main): Run /libexec/runsystem.hurd instead of
    /etc/hurd/runsystem.hurd.
---
 init/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/init.c b/init/init.c
index fe230da..c8078dd 100644
--- a/init/init.c
+++ b/init/init.c
@@ -138,7 +138,7 @@ main (int argc, char **argv)
   sa.sa_flags |= SA_RESTART;
   sigaction (SIGCHLD, &sa, NULL);
 
-  char *args[] = { "/etc/hurd/runsystem.hurd", NULL };
+  char *args[] = { "/libexec/runsystem.hurd", NULL };
 
   switch (child_pid = fork ())
     {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]