From 7d28c4f5bbac323184d968783503f993bf3d8a45 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 27 Apr 1997 21:45:16 +0000 Subject: [PATCH] better failure msg; martin@rumolt.teuto.de --- usr.sbin/pppd/sys-bsd.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index f37ab3bd6e3..0a18b705d5e 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys-bsd.c,v 1.5 1996/12/23 13:22:49 mickey Exp $ */ +/* $OpenBSD: sys-bsd.c,v 1.6 1997/04/27 21:45:16 deraadt Exp $ */ /* * sys-bsd.c - System-dependent procedures for setting up @@ -23,7 +23,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: sys-bsd.c,v 1.5 1996/12/23 13:22:49 mickey Exp $"; +static char rcsid[] = "$OpenBSD: sys-bsd.c,v 1.6 1997/04/27 21:45:16 deraadt Exp $"; #endif /* @@ -183,8 +183,9 @@ ppp_available() no_ppp_msg = "\ This system lacks kernel support for PPP. To include PPP support\n\ -in the kernel, please follow the steps detailed in the README.bsd\n\ -file in the ppp-2.2 distribution.\n"; +in the kernel, please add a line\n\ +\tpseudo-device ppp 1\n\ +to your kernel config file and build a new kernel.\n"; return ok; } -- 2.20.1