summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-12-18 00:29:56 +0000
committerbrian <brian@FreeBSD.org>1997-12-18 00:29:56 +0000
commit71fc17164f9d8dcc7f930336a677c5601e0255dd (patch)
tree882b9a439592ad5af4d271156e7b6c82b2b0d63c /usr.sbin/pppctl
parent681e86adc4f5c4fd59b2bc2ee2e991275bc17375 (diff)
downloadFreeBSD-src-71fc17164f9d8dcc7f930336a677c5601e0255dd.zip
FreeBSD-src-71fc17164f9d8dcc7f930336a677c5601e0255dd.tar.gz
"No reply from ppp" -> "Connection closed".
"No reply" sounds like the message didn't get through (for example when you `pppctl xxxx quit all'.
Diffstat (limited to 'usr.sbin/pppctl')
-rw-r--r--usr.sbin/pppctl/pppctl.c4
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h>
@@ -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)
OpenPOWER on IntegriCloud