pkgsrc-wip/ppp/patches/patch-ac
Jeremy C. Reed 547418f1e7 This is pppd. It includes some fixes as found in NetBSD too.
I use this pppd with xisp under Linux.
2003-04-18 21:45:44 +00:00

13 lines
325 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2003/04/18 21:45:45 jeremy-c-reed Exp $
--- pppd/main.c.orig 2002-12-24 00:03:27.000000000 -0800
+++ pppd/main.c 2002-12-24 00:04:07.000000000 -0800
@@ -1509,7 +1509,7 @@
syslog(LOG_ERR, "Can't execute %s: %m", prog);
closelog();
}
- _exit(-1);
+ _exit(1);
}
if (debug)