summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-04 02:39:04 +0000
committerache <ache@FreeBSD.org>1997-05-04 02:39:04 +0000
commit027d471e2833c8d5f5406c758c4207d5ff555a8a (patch)
tree4fc262dd67c14550eb659cf10f8f3b7de6b973d4 /usr.sbin/ppp/defs.h
parentf1303fe1b2d0aad6464e6a1285658e5806ba0db7 (diff)
downloadFreeBSD-src-027d471e2833c8d5f5406c758c4207d5ff555a8a.zip
FreeBSD-src-027d471e2833c8d5f5406c758c4207d5ff555a8a.tar.gz
Log each ppp line to separate /var/log/ppp.tunX.log instead mixing of
all lines into single /var/log/ppp.log
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r--usr.sbin/ppp/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h
index edcc665..a6b7152 100644
--- a/usr.sbin/ppp/defs.h
+++ b/usr.sbin/ppp/defs.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: defs.h,v 1.11 1997/04/14 23:48:13 brian Exp $
+ * $Id: defs.h,v 1.12 1997/04/21 01:01:41 brian Exp $
*
* TODO:
*/
@@ -36,7 +36,7 @@
/*
* Check follwiing definitions for your machine envirinment
*/
-#define LOGFILE "/var/log/ppp.log" /* Name of log file */
+#define LOGFILE "/var/log/ppp.tun%d.log" /* Name of log file */
#ifdef __FreeBSD__
#define MODEM_DEV "/dev/cuaa1" /* name of tty device */
#else
OpenPOWER on IntegriCloud