Hi Michael !

>Apparently, some *BSD variants (and maybe some other OSes) does
>not define SIGPWR signal.  So since commit 760fc6debcba8c,
>busybox fails to build on such platforms.  Fix this.

>+#ifdef SIGPWR
>                       + (1 << SIGPWR)  /* halt */
>+#endif
>                       + (1 << SIGUSR1) /* halt */

Does this change the signal send to do system halt? If so, this
may break several scripts which require a specific usage of
signals.

--
Harald
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to