summaryrefslogtreecommitdiff
path: root/libexec/pppd/pathnames.h
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-07-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-07-01 08:00:00 +0000
commit5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch)
treee779b5a6edddbb949b7990751b12d6f25304ba86 /libexec/pppd/pathnames.h
parenta16f65c7d117419bd266c28a1901ef129a337569 (diff)
Diffstat (limited to 'libexec/pppd/pathnames.h')
-rw-r--r--libexec/pppd/pathnames.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/libexec/pppd/pathnames.h b/libexec/pppd/pathnames.h
index dac7cd94c54b..81ddeb1e73d4 100644
--- a/libexec/pppd/pathnames.h
+++ b/libexec/pppd/pathnames.h
@@ -1,11 +1,15 @@
-
/*
* define path names
+ *
+ * $Id: pathnames.h,v 1.2 1994/03/30 09:31:39 jkh Exp $
*/
-#define PPPHOSTS "/etc/ppp/hosts"
-
-#define _PATH_DEBUG "/usr/tmp/"
+#ifdef STREAMS
#define _PATH_PIDFILE "/etc/ppp"
-#define _PATH_UPAPFILE "/etc/ppp/upap"
-#define _PATH_CHAPFILE "/etc/ppp/chap"
+#else
+#define _PATH_PIDFILE "/var/run"
+#endif
+
+#define _PATH_UPAPFILE "/etc/ppp/pap-secrets"
+#define _PATH_CHAPFILE "/etc/ppp/chap-secrets"
+#define _PATH_SYSOPTIONS "/etc/ppp/options"