pkgsrc/mail/courier-mta/patches/patch-al

14 lines
376 B
Text
Raw Normal View History

$NetBSD: patch-al,v 1.2 2007/10/15 15:37:14 jlam Exp $
--- courier/courier.c.orig Wed Jul 18 02:32:34 2007
+++ courier/courier.c
@@ -200,7 +200,7 @@ int main(int argc, char **argv)
#endif
execl( DATADIR "/courierctl.start",
"courierctl.start", (char *)0);
- perror("exec");
+ perror("exec: " DATADIR "/courierctl.start");
_exit(1);
}
_exit(0);