12345678910111213 |
- diff -Nru ppp-2.4.5.orig/pppd/pathnames.h ppp-2.4.5/pppd/pathnames.h
- --- ppp-2.4.5.orig/pppd/pathnames.h 2010-08-08 10:06:57.000000000 +0200
- +++ ppp-2.4.5/pppd/pathnames.h 2010-08-08 10:53:51.000000000 +0200
- @@ -29,7 +29,7 @@
- #define _PATH_AUTHDOWN _ROOT_PATH "/etc/ppp/auth-down"
- #define _PATH_AUTHFAIL _ROOT_PATH "/etc/ppp/auth-fail"
- #define _PATH_TTYOPT _ROOT_PATH "/etc/ppp/options."
- -#define _PATH_CONNERRS _ROOT_PATH "/etc/ppp/connect-errors"
- +#define _PATH_CONNERRS _ROOT_PATH "/var/log/ppp-connect-errors"
- #define _PATH_PEERFILES _ROOT_PATH "/etc/ppp/peers/"
- #define _PATH_RESOLV _ROOT_PATH "/etc/ppp/resolv.conf"
-
|