summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-08 20:23:44 +0000
committerbrian <brian@FreeBSD.org>1998-06-08 20:23:44 +0000
commit9dff09c0b4a585d917516f102f672f2b3584835f (patch)
treeffad1dea36475c08fa197e7175ae6807589c7db8 /usr.sbin
parentbfd1d29a9f29c2f915bc203aa5467cbd09d15589 (diff)
downloadFreeBSD-src-9dff09c0b4a585d917516f102f672f2b3584835f.zip
FreeBSD-src-9dff09c0b4a585d917516f102f672f2b3584835f.tar.gz
Correct ``set server'' usage and add mention that ``set ns'' changed
in README.changes. Suggested by: stuart henderson <stuart@internationalschool.co.uk>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/README.changes3
-rw-r--r--usr.sbin/ppp/command.c6
2 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/ppp/README.changes b/usr.sbin/ppp/README.changes
index 609b12f..3e4873e 100644
--- a/usr.sbin/ppp/README.changes
+++ b/usr.sbin/ppp/README.changes
@@ -40,7 +40,8 @@ o The `display' command has been removed. All information is available
with the appropriate `show' command.
o Msext does not need to be enabled/disabled. Setting the NBNS (set nbns)
will auto enable it. The DNS side may be enabled/disabled, and if
- enabled without a `set dns' will use values from /etc/resolv.conf.
+ enabled without a `set dns' (was `set ns') will use values from
+ /etc/resolv.conf.
o Filters are now called `allow', `dial', `in' and `out'. `set
ifilter ...' becomes `set filter in ...' etc.
o Authname and Authkey may only be `set' in phase DEAD.
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 4c1fe88..7279cff 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.136 1998/05/29 18:32:10 brian Exp $
+ * $Id: command.c,v 1.137 1998/06/06 23:00:33 brian Exp $
*
*/
#include <sys/types.h>
@@ -124,7 +124,7 @@
#define NEG_DNS 50
const char Version[] = "2.0-beta";
-const char VersionDate[] = "$Date: 1998/05/29 18:32:10 $";
+const char VersionDate[] = "$Date: 1998/06/06 23:00:33 $";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);
@@ -1496,7 +1496,7 @@ static struct cmdtab const SetCommands[] = {
{"redial", NULL, datalink_SetRedial, LOCAL_AUTH | LOCAL_CX,
"Redial timeout", "set redial value|random[.value|random] [attempts]"},
{"server", "socket", SetServer, LOCAL_AUTH,
- "server port", "set server|socket TcpPort|LocalName|none [mask]"},
+ "server port", "set server|socket TcpPort|LocalName|none password [mask]"},
{"speed", NULL, SetModemSpeed, LOCAL_AUTH | LOCAL_CX,
"modem speed", "set speed value"},
{"stopped", NULL, SetStoppedTimeout, LOCAL_AUTH | LOCAL_CX,
OpenPOWER on IntegriCloud