summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/pathnames.h
diff options
context:
space:
mode:
authorjoshd <joshd@cvs.openbsd.org>1996-07-20 12:02:16 +0000
committerjoshd <joshd@cvs.openbsd.org>1996-07-20 12:02:16 +0000
commitd1ca06e9f2af777503835fcef79a3827eef02cd2 (patch)
tree0a8b89f672dd48513d85694a0f63e93191380c82 /usr.sbin/pppd/pathnames.h
parentb9db315696088975891987c416c6eafdbed087eb (diff)
Update pppd to 2.3a4:
Add redo option error-reporting, add PAM, add microsoft compatibility kludges, bzero stuff at important places, add one or two options other generic enhancements. From: Paul.Mackerras@cs.anu.edu.au
Diffstat (limited to 'usr.sbin/pppd/pathnames.h')
-rw-r--r--usr.sbin/pppd/pathnames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h
index 152ff75b110..823076e9881 100644
--- a/usr.sbin/pppd/pathnames.h
+++ b/usr.sbin/pppd/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.2 1996/03/25 15:55:53 niklas Exp $ */
+/* $OpenBSD: pathnames.h,v 1.3 1996/07/20 12:02:13 joshd Exp $ */
/*
* define path names
@@ -17,6 +17,8 @@
#define _PATH_SYSOPTIONS "/etc/ppp/options"
#define _PATH_IPUP "/etc/ppp/ip-up"
#define _PATH_IPDOWN "/etc/ppp/ip-down"
+#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_USEROPT ".ppprc"