Logging should wind up in /var/log, not /etc/ppp/.

PR:		11989
Submitted by:	Phil Homewood <phil@rivendell.apana.org.au>
MFC after:	1 week
This commit is contained in:
Jeroen Ruigrok van der Werven 2001-07-31 16:09:29 +00:00
parent 6d5c3c4c96
commit fdc0360913
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80739

View File

@ -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"