summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/sys-bsd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-27 21:45:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-27 21:45:17 +0000
commit40260a43d5768fe2aded055fa20ffb7de193db02 (patch)
treed71d168cc21443048939c5a19f24fc776e0a0e97 /usr.sbin/pppd/sys-bsd.c
parentf7f6be7c8cd1db7f5ec8c4e4175883216610e8be (diff)
better failure msg; martin@rumolt.teuto.de
Diffstat (limited to 'usr.sbin/pppd/sys-bsd.c')
-rw-r--r--usr.sbin/pppd/sys-bsd.c9
1 files 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;
}