diff options
Diffstat (limited to 'libexec/pppd/pathnames.h')
| -rw-r--r-- | libexec/pppd/pathnames.h | 16 |
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" |
