From 71fc17164f9d8dcc7f930336a677c5601e0255dd Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 18 Dec 1997 00:29:56 +0000 Subject: "No reply from ppp" -> "Connection closed". "No reply" sounds like the message didn't get through (for example when you `pppctl xxxx quit all'. --- usr.sbin/pppctl/pppctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pppctl') diff --git a/usr.sbin/pppctl/pppctl.c b/usr.sbin/pppctl/pppctl.c index 3eaaaeb..6e72950 100644 --- a/usr.sbin/pppctl/pppctl.c +++ b/usr.sbin/pppctl/pppctl.c @@ -1,5 +1,5 @@ /* - * $Id: pppctl.c,v 1.10 1997/11/18 00:22:07 brian Exp $ + * $Id: pppctl.c,v 1.11 1997/12/17 00:26:58 brian Exp $ */ #include @@ -364,7 +364,7 @@ main(int argc, char **argv) write(1, Buffer, strlen(Buffer)); write(fd, Buffer, strlen(Buffer)); if (Receive(fd, verbose | REC_SHOW) != 0) { - fprintf(stderr, "No reply from ppp\n"); + fprintf(stderr, "Connection closed\n"); break; } if (next) -- cgit v1.1