fix svn patch breakage in glib
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / openwrt / patches / ppp / 008_pathnames.h.diff
1 --- ppp-2.4.0b4.orig/pppd/pathnames.h
2 +++ ppp-2.4.0b4/pppd/pathnames.h
3 @@ -26,7 +26,7 @@
4 #define _PATH_AUTHUP _ROOT_PATH "/etc/ppp/auth-up"
5 #define _PATH_AUTHDOWN _ROOT_PATH "/etc/ppp/auth-down"
6 #define _PATH_TTYOPT _ROOT_PATH "/etc/ppp/options."
7 -#define _PATH_CONNERRS _ROOT_PATH "/etc/ppp/connect-errors"
8 +#define _PATH_CONNERRS _ROOT_PATH "/var/log/ppp-connect-errors"
9 #define _PATH_PEERFILES _ROOT_PATH "/etc/ppp/peers/"
10 #define _PATH_RESOLV _ROOT_PATH "/etc/ppp/resolv.conf"
11