diff -Naur ppp-2.4.5/pppd/pathnames.h ppp-2.4.5-magellan/pppd/pathnames.h --- ppp-2.4.5/pppd/pathnames.h 2009-11-16 23:26:07.000000000 +0100 +++ ppp-2.4.5-magellan/pppd/pathnames.h 2010-08-20 13:08:14.000000000 +0200 @@ -28,7 +28,7 @@ #define _PATH_AUTHUP _ROOT_PATH "/etc/ppp/auth-up" #define _PATH_AUTHDOWN _ROOT_PATH "/etc/ppp/auth-down" #define _PATH_TTYOPT _ROOT_PATH "/etc/ppp/options." -#define _PATH_CONNERRS _ROOT_PATH "/etc/ppp/connect-errors" +#define _PATH_CONNERRS _ROOT_PATH "/var/log/connect-errors" #define _PATH_PEERFILES _ROOT_PATH "/etc/ppp/peers/" #define _PATH_RESOLV _ROOT_PATH "/etc/ppp/resolv.conf"