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 <[email protected]> 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
