]> git.ozlabs.org Git - ppp.git/commitdiff
added names for IP up/down scripts
authorPaul Mackerras <paulus@samba.org>
Mon, 11 Apr 1994 07:19:57 +0000 (07:19 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 11 Apr 1994 07:19:57 +0000 (07:19 +0000)
pppd/pathnames.h

index b5a9348adc134e95d960c5a35683db86c311d7ec..5a7e128d1d55f4da6a48116ee2db9cde0c506d7c 100644 (file)
@@ -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"