--- trunk/mkinitrd-magellan/busybox/networking/udhcp/signalpipe.c 2010/04/29 20:38:48 983 +++ trunk/mkinitrd-magellan/busybox/networking/udhcp/signalpipe.c 2010/05/30 11:32:42 984 @@ -29,7 +29,7 @@ { unsigned char ch = sig; /* use char, avoid dealing with partial writes */ if (write(signal_pipe.wr, &ch, 1) != 1) - bb_perror_msg("cannot send signal"); + bb_perror_msg("can't send signal"); }