2013-09-26 17:14:40 +02:00

14 lines
376 B
Plaintext

$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);