From owner-cvs-usrsbin Sat May 3 19:41:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA02629 for cvs-usrsbin-outgoing; Sat, 3 May 1997 19:41:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA02523; Sat, 3 May 1997 19:39:28 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA27472; Sat, 3 May 1997 19:39:05 -0700 (PDT) Date: Sat, 3 May 1997 19:39:05 -0700 (PDT) Message-Id: <199705040239.TAA27472@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp defs.h log.c log.h main.c os.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/05/03 19:39:05 Modified: usr.sbin/ppp defs.h log.c log.h main.c os.c ppp.8 Log: Log each ppp line to separate /var/log/ppp.tunX.log instead mixing of all lines into single /var/log/ppp.log Revision Changes Path 1.13 +2 -2 src/usr.sbin/ppp/defs.h 1.9 +15 -8 src/usr.sbin/ppp/log.c 1.10 +4 -3 src/usr.sbin/ppp/log.h 1.46 +2 -6 src/usr.sbin/ppp/main.c 1.16 +6 -1 src/usr.sbin/ppp/os.c 1.31 +3 -3 src/usr.sbin/ppp/ppp.8