summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/systems.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-03-08 09:03:09 +0000
committerache <ache@FreeBSD.org>1996-03-08 09:03:09 +0000
commit60108c50eda0b8364cdd265fad8bf523a1a4d49f (patch)
tree434653e4c736dc05201645fd555da448e439f078 /usr.sbin/ppp/systems.c
parent9acf1cecfc141db5d0fc49519e5b2ed71a4a5996 (diff)
downloadFreeBSD-src-60108c50eda0b8364cdd265fad8bf523a1a4d49f.zip
FreeBSD-src-60108c50eda0b8364cdd265fad8bf523a1a4d49f.tar.gz
1) Add multi-phone dialing/redialing, several phones separated by ':'
2) Improve on-line help subsystem 3) Make 'term' mode works even carrier dropped (old code close line forever here) 4) Make 'term' mode 8bit clean. 5) Improve manual page 6) #ifdef DEBUG diagnostic about missing optional files. 7) Don't put interactive dialing info to logfile
Diffstat (limited to 'usr.sbin/ppp/systems.c')
-rw-r--r--usr.sbin/ppp/systems.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c
index bc4a750..eec0c5f 100644
--- a/usr.sbin/ppp/systems.c
+++ b/usr.sbin/ppp/systems.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: systems.c,v 1.4 1995/04/29 13:38:14 ache Exp $
+ * $Id: systems.c,v 1.5 1995/05/30 03:50:58 rgrimes Exp $
*
* TODO:
*/
@@ -124,7 +124,9 @@ char *file;
fp = fopen(line, "r");
}
if (fp == NULL) {
+#ifdef DEBUG
fprintf(stderr, "can't open %s.\n", line);
+#endif
SetPppId();
return(-1);
}
OpenPOWER on IntegriCloud