summary refs log tree commit diff
path: root/src/minutils/s6-devd.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-08-22 15:52:26 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-08-22 15:52:26 +0000
commit07f242ee318bbdb0badb48331d38edeac271a63d (patch)
tree7b192483fc317bd8f444716528afd2aa7cb74115 /src/minutils/s6-devd.c
parent384e502a456fdb6606531648b2333ec4a785cd70 (diff)
downloads6-linux-utils-07f242ee318bbdb0badb48331d38edeac271a63d.tar.gz
s6-linux-utils-07f242ee318bbdb0badb48331d38edeac271a63d.tar.xz
s6-linux-utils-07f242ee318bbdb0badb48331d38edeac271a63d.zip
Convert to xpathexec
Diffstat (limited to 'src/minutils/s6-devd.c')
-rw-r--r--src/minutils/s6-devd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/minutils/s6-devd.c b/src/minutils/s6-devd.c
index 7122e13..f3b0932 100644
--- a/src/minutils/s6-devd.c
+++ b/src/minutils/s6-devd.c
@@ -98,7 +98,6 @@ int main (int argc, char const *const *argv, char const *const *envp)
       fmtk[uint_fmt(fmtk, kbufsz)] = 0 ;
     }
     pargv[m++] = 0 ;
-    pathexec_run(pargv[0], pargv, envp) ;
-    strerr_dieexec(111, pargv[0]) ;
+    xpathexec_run(pargv[0], pargv, envp) ;
   }
 }