summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/pppd/pathnames.h
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2003-02-28 19:12:50 +0000
committerMystery Man <unknown@mandriva.org>2003-02-28 19:12:50 +0000
commit3cbfd41e073fbd2fbe6f548eefe650e21fec6250 (patch)
treecacec1f310fcee1e588e313dd109866b9ec12e0c /mdk-stage1/ppp/pppd/pathnames.h
parenta63d6674452fb78472f75a3c129f77254572f8af (diff)
downloaddrakx-backup-do-not-use-3cbfd41e073fbd2fbe6f548eefe650e21fec6250.tar
drakx-backup-do-not-use-3cbfd41e073fbd2fbe6f548eefe650e21fec6250.tar.gz
drakx-backup-do-not-use-3cbfd41e073fbd2fbe6f548eefe650e21fec6250.tar.bz2
drakx-backup-do-not-use-3cbfd41e073fbd2fbe6f548eefe650e21fec6250.tar.xz
drakx-backup-do-not-use-3cbfd41e073fbd2fbe6f548eefe650e21fec6250.zip
This commit was manufactured by cvs2svn to create tag 'V9_1_11mdk'.V9_1_11mdk
Diffstat (limited to 'mdk-stage1/ppp/pppd/pathnames.h')
-rw-r--r--mdk-stage1/ppp/pppd/pathnames.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/mdk-stage1/ppp/pppd/pathnames.h b/mdk-stage1/ppp/pppd/pathnames.h
deleted file mode 100644
index e80784567..000000000
--- a/mdk-stage1/ppp/pppd/pathnames.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * define path names
- *
- * $Id$
- */
-
-#define _PATH_VARRUN "/var/run/"
-#define _PATH_DEVNULL "/dev/null"
-#define _ROOT_PATH
-
-#define _PATH_UPAPFILE _ROOT_PATH "/etc/ppp/pap-secrets"
-#define _PATH_CHAPFILE _ROOT_PATH "/etc/ppp/chap-secrets"
-#define _PATH_SYSOPTIONS _ROOT_PATH "/etc/ppp/options"
-#define _PATH_IPUP _ROOT_PATH "/etc/ppp/ip-up"
-#define _PATH_IPDOWN _ROOT_PATH "/etc/ppp/ip-down"
-#define _PATH_AUTHUP _ROOT_PATH "/etc/ppp/auth-up"
-#define _PATH_AUTHDOWN _ROOT_PATH "/etc/ppp/auth-down"
-#define _PATH_TTYOPT _ROOT_PATH "/etc/ppp/options."
-#define _PATH_CONNERRS _ROOT_PATH "/etc/ppp/connect-errors"
-#define _PATH_PEERFILES _ROOT_PATH "/etc/ppp/peers/"
-#define _PATH_RESOLV _ROOT_PATH "/etc/resolv.conf"
-
-#define _PATH_USEROPT ".ppprc"
-
-#define _PATH_PPPDB _ROOT_PATH _PATH_VARRUN "pppd.tdb"