X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=initd%2Finit.h;h=123e11460598d6f3c3d064accb34b23df1375634;hp=274645b91744818bb23dbb12322000b828e45722;hb=08cd2c661ea6ce378ce7a6ff37d11220d65e2c5f;hpb=e1a27d486c2374f46abd264f3fd6561815155ebd;ds=sidebyside diff --git a/initd/init.h b/initd/init.h index 274645b..123e114 100644 --- a/initd/init.h +++ b/initd/init.h @@ -18,6 +18,10 @@ #include "../log.h" +#ifndef EARLY_PATH +#define EARLY_PATH "/usr/sbin:/sbin:/usr/bin:/bin" +#endif + void preinit(void); void early(void); int mkdev(const char *progname, int progmode);