Magellan Linux

Annotation of /trunk/ppp/patches/ppp-2.4.5-connect-errors.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1106 - (hide annotations) (download)
Fri Aug 20 10:58:52 2010 UTC (13 years, 9 months ago) by niro
File size: 637 byte(s)
-fixed path of connect-errors log file

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