From fdc03609137fba3ad8f0520e589e3974bd98c7c3 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Tue, 31 Jul 2001 16:09:29 +0000 Subject: [PATCH] Logging should wind up in /var/log, not /etc/ppp/. PR: 11989 Submitted by: Phil Homewood MFC after: 1 week --- usr.sbin/pppd/pathnames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h index 3bc2e8396867..147ae38ab40f 100644 --- a/usr.sbin/pppd/pathnames.h +++ b/usr.sbin/pppd/pathnames.h @@ -20,7 +20,7 @@ #define _PATH_AUTHUP "/etc/ppp/auth-up" #define _PATH_AUTHDOWN "/etc/ppp/auth-down" #define _PATH_TTYOPT "/etc/ppp/options." -#define _PATH_CONNERRS "/etc/ppp/connect-errors" +#define _PATH_CONNERRS "/var/log/connect-errors" #define _PATH_USEROPT ".ppprc" #define _PATH_PEERFILES "/etc/ppp/peers/" #define _PATH_PPPDENY "/etc/ppp/ppp.deny"