From 2061521c988af7573d81d43419b382ff74a6235e Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 11 Apr 1994 07:19:57 +0000 Subject: [PATCH] added names for IP up/down scripts --- pppd/pathnames.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pppd/pathnames.h b/pppd/pathnames.h index b5a9348..5a7e128 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $Id: pathnames.h,v 1.1 1993/11/11 03:54:25 paulus Exp $ + * $Id: pathnames.h,v 1.2 1994/04/11 07:19:57 paulus Exp $ */ #ifdef STREAMS @@ -13,3 +13,5 @@ #define _PATH_UPAPFILE "/etc/ppp/pap-secrets" #define _PATH_CHAPFILE "/etc/ppp/chap-secrets" #define _PATH_SYSOPTIONS "/etc/ppp/options" +#define _PATH_IPUP "/etc/ppp/ip-up" +#define _PATH_IPDOWN "/etc/ppp/ip-down" -- 2.39.2