=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sendbug/sendbug.c,v retrieving revision 1.55 retrieving revision 1.56 diff -c -r1.55 -r1.56 *** src/usr.bin/sendbug/sendbug.c 2008/04/19 09:22:31 1.55 --- src/usr.bin/sendbug/sendbug.c 2008/05/08 00:10:46 1.56 *************** *** 1,4 **** ! /* $OpenBSD: sendbug.c,v 1.55 2008/04/19 09:22:31 ray Exp $ */ /* * Written by Ray Lai . --- 1,4 ---- ! /* $OpenBSD: sendbug.c,v 1.56 2008/05/08 00:10:46 chl Exp $ */ /* * Written by Ray Lai . *************** *** 321,327 **** return (-1); } close(filedes[0]); ! execl("/usr/sbin/sendmail", "sendmail", "-oi", "-t", (void *)NULL); warn("sendmail error: unsent report in %s", pathname); --- 321,327 ---- return (-1); } close(filedes[0]); ! execl(_PATH_SENDMAIL, "sendmail", "-oi", "-t", (void *)NULL); warn("sendmail error: unsent report in %s", pathname);