summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-07-31 16:09:29 +0000
committerasmodai <asmodai@FreeBSD.org>2001-07-31 16:09:29 +0000
commitc0101eaa527103d7db314bb1ca041727af69882e (patch)
tree924a787f1d8f3574a978fa5bdff806bc547c8dc7 /usr.sbin/pppd
parent3d3900e5cabb699ebe6342d6b8d96d114215417f (diff)
downloadFreeBSD-src-c0101eaa527103d7db314bb1ca041727af69882e.zip
FreeBSD-src-c0101eaa527103d7db314bb1ca041727af69882e.tar.gz
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
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h
index 3bc2e83..147ae38 100644
--- a/usr.sbin/pppd/pathnames.h
+++ b/usr.sbin/pppd/pathnames.h
@@ -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"
OpenPOWER on IntegriCloud