diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-07-01 03:02:03 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-07-01 03:02:03 +0000 |
| commit | bf7760966e4b78d536e3efcc7196f3108a13a355 (patch) | |
| tree | 9269f66b63a2efba13f097160d1b46153a01ce42 /usr.sbin/pppd | |
| parent | 81a533c38e286f9a3adb8dce8f55d7a026794ac4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pppd')
| -rw-r--r-- | usr.sbin/pppd/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
