summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authoramurai <amurai@FreeBSD.org>1995-07-08 17:46:56 +0000
committeramurai <amurai@FreeBSD.org>1995-07-08 17:46:56 +0000
commit5ee68349c4316bd077cf580e17de6a718d5298c2 (patch)
tree8c1da7cfa30dc64d7fe9c9118832aae669085969 /usr.sbin/ppp/command.c
parentf4c8f572ca1004d258d5288dc644af11101e42d7 (diff)
downloadFreeBSD-src-5ee68349c4316bd077cf580e17de6a718d5298c2.zip
FreeBSD-src-5ee68349c4316bd077cf580e17de6a718d5298c2.tar.gz
1. Clean up log message.
2. Optimize ModemQlen. 3. Sending ProtoReject for Unknow protocol (i.e. IPX) 4. Avoid select looping by reading tun under the high system load. 5. Adding Local version String for maintenance. 6. Just more speak rather silent ignore if you type invalid key words.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index ff80847..ee2754c 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.6 1995/06/16 07:07:56 phk Exp $
+ * $Id: command.c,v 1.7 1995/07/08 08:28:00 amurai Exp $
*
*/
#include <ctype.h>
@@ -244,8 +244,9 @@ static int ShowAuthKey()
static int ShowVersion()
{
extern char *VarVersion[];
+ extern char *VarLocalVersion[];
- printf("%s\n", VarVersion);
+ printf("%s - %s \n", VarVersion, VarLocalVersion);
return(1);
}
OpenPOWER on IntegriCloud