projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1ed1cf6
)
added _PATH_TTYOPT and _PATH_USEROPT
author
Paul Mackerras
<paulus@samba.org>
Wed, 18 May 1994 06:34:46 +0000
(06:34 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 18 May 1994 06:34:46 +0000
(06:34 +0000)
pppd/pathnames.h
patch
|
blob
|
history
diff --git
a/pppd/pathnames.h
b/pppd/pathnames.h
index 93ee432d31a0f1163ec8af3df474afcfdb740607..d8e91dcad676500120901d51d0f2adc97c448829 100644
(file)
--- a/
pppd/pathnames.h
+++ b/
pppd/pathnames.h
@@
-1,7
+1,7
@@
/*
* define path names
*
/*
* define path names
*
- * $Id: pathnames.h,v 1.
3 1994/04/20 00:11:32
paulus Exp $
+ * $Id: pathnames.h,v 1.
4 1994/05/18 06:34:46
paulus Exp $
*/
#if defined(STREAMS) || defined(ultrix)
*/
#if defined(STREAMS) || defined(ultrix)
@@
-15,3
+15,5
@@
#define _PATH_SYSOPTIONS "/etc/ppp/options"
#define _PATH_IPUP "/etc/ppp/ip-up"
#define _PATH_IPDOWN "/etc/ppp/ip-down"
#define _PATH_SYSOPTIONS "/etc/ppp/options"
#define _PATH_IPUP "/etc/ppp/ip-up"
#define _PATH_IPDOWN "/etc/ppp/ip-down"
+#define _PATH_TTYOPT "/etc/ppp/options."
+#define _PATH_USEROPT ".ppprc"