From bbac22bcfe68649df4745991f2112c29f0d8785a Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 1 Jul 1996 01:18:41 +0000 Subject: [PATCH] added _PATH_AUTH_{UP,DOWN} --- pppd/pathnames.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pppd/pathnames.h b/pppd/pathnames.h index d6c7bec..5648238 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $Id: pathnames.h,v 1.7 1995/12/18 03:48:28 paulus Exp $ + * $Id: pathnames.h,v 1.8 1996/07/01 01:18:41 paulus Exp $ */ #ifdef HAVE_PATHS_H @@ -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" -- 2.39.2