summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/vars.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-04-14 23:48:20 +0000
committerbrian <brian@FreeBSD.org>1997-04-14 23:48:20 +0000
commitaebb5d896e369a2c36a4602db4912e3242a873cb (patch)
tree1368af077c877d79f95a7b9f976e3af37d0df247 /usr.sbin/ppp/vars.c
parent387d65afaacec6f13404bfd4fd8e0f0d8ca76eef (diff)
downloadFreeBSD-src-aebb5d896e369a2c36a4602db4912e3242a873cb.zip
FreeBSD-src-aebb5d896e369a2c36a4602db4912e3242a873cb.tar.gz
Make the next number redial ability configurable. The
"set redial pause [times]" command becomes "set redial end-pause[.next-pause] [times]" and next-pause defaults to 3 seconds. This keeps things backwards compatable. Suggested by: ache
Diffstat (limited to 'usr.sbin/ppp/vars.c')
-rw-r--r--usr.sbin/ppp/vars.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/vars.c b/usr.sbin/ppp/vars.c
index 85729b8..c976892 100644
--- a/usr.sbin/ppp/vars.c
+++ b/usr.sbin/ppp/vars.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id$
+ * $Id: vars.c,v 1.12 1997/02/22 16:11:00 peter Exp $
*
*/
#include "fsm.h"
@@ -29,7 +29,7 @@
#include "defs.h"
char VarVersion[] = "Version 0.94";
-char VarLocalVersion[] = "$Date: 1997/01/14 07:15:44 $";
+char VarLocalVersion[] = "$Date: 1997/02/22 16:11:00 $";
/*
* Order of conf option is important. See vars.h.
@@ -50,7 +50,7 @@ struct confdesc pppConfs[] = {
struct pppvars pppVars = {
DEF_MRU, 0, MODEM_SPEED, CS8, MODEM_CTSRTS, 180, 30, 3,
- REDIAL_PERIOD, 1, MODEM_DEV, OPEN_PASSIVE, LOCAL_NO_AUTH,
+ REDIAL_PERIOD, NEXT_REDIAL_PERIOD, 1, MODEM_DEV, OPEN_PASSIVE, LOCAL_NO_AUTH,
};
int
OpenPOWER on IntegriCloud