summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/pathnames.h
diff options
context:
space:
mode:
authoramurai <amurai@FreeBSD.org>1995-02-02 01:54:27 +0000
committeramurai <amurai@FreeBSD.org>1995-02-02 01:54:27 +0000
commite45d42c64cbf685c189194b874b7c1426b8a1f31 (patch)
treeed15a388d13007e5e974a0ac06f96dca71ed11d9 /usr.sbin/ppp/pathnames.h
parent856e9ec0e9260774215e2f3a2d39015bcbe46251 (diff)
downloadFreeBSD-src-e45d42c64cbf685c189194b874b7c1426b8a1f31.zip
FreeBSD-src-e45d42c64cbf685c189194b874b7c1426b8a1f31.tar.gz
PPP does not find config files (Wrong path name not a /etc/ppp)
Submitted by: Michael Reifenberger <root@rz-wb.fh-sw.de>
Diffstat (limited to 'usr.sbin/ppp/pathnames.h')
-rw-r--r--usr.sbin/ppp/pathnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/pathnames.h b/usr.sbin/ppp/pathnames.h
index de3c339..fa56e19 100644
--- a/usr.sbin/ppp/pathnames.h
+++ b/usr.sbin/ppp/pathnames.h
@@ -32,7 +32,7 @@
*
* @(#)pathnames.h 5.2 (Berkeley) 6/1/90
*
- * $Id:$
+ * $Id: pathnames.h,v 1.1.1.1 1995/01/31 06:29:56 amurai Exp $
*/
#include <paths.h>
@@ -48,3 +48,4 @@
#endif
#define _PATH_PHONES "/etc/phones"
#define _PATH_REMOTE "/etc/remote"
+#define _PATH_PPP "/etc/ppp"
OpenPOWER on IntegriCloud