summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/pathnames.h
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1997-04-16 02:07:10 +0000
committerdanny <danny@FreeBSD.org>1997-04-16 02:07:10 +0000
commit0f60b61ddaa2ff4974f8ec0368ead4670b4368dc (patch)
tree1a3104d65810533d3ccb44da85e787c73ba9e497 /usr.sbin/pppd/pathnames.h
parentf71c6eb3d47de8a1b999285fe777c6ce074bc9f4 (diff)
downloadFreeBSD-src-0f60b61ddaa2ff4974f8ec0368ead4670b4368dc.zip
FreeBSD-src-0f60b61ddaa2ff4974f8ec0368ead4670b4368dc.tar.gz
Suggested by: David Nugent
Use /etc/ppp/ppp.deny instead of /etc/ppp/ppp.disabled
Diffstat (limited to 'usr.sbin/pppd/pathnames.h')
-rw-r--r--usr.sbin/pppd/pathnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h
index 7033ff0..c06aad8 100644
--- a/usr.sbin/pppd/pathnames.h
+++ b/usr.sbin/pppd/pathnames.h
@@ -1,7 +1,7 @@
/*
* define path names
*
- * $Id: pathnames.h,v 1.5 1997/02/22 16:11:52 peter Exp $
+ * $Id: pathnames.h,v 1.6 1997/04/15 07:00:34 danny Exp $
*/
#ifdef HAVE_PATHS_H
@@ -20,6 +20,6 @@
#define _PATH_TTYOPT "/etc/ppp/options."
#define _PATH_CONNERRS "/etc/ppp/connect-errors"
#define _PATH_USEROPT ".ppprc"
-#define _PATH_PPPDISABLED "/etc/ppp/ppp.disabled"
+#define _PATH_PPPDENY "/etc/ppp/ppp.deny"
#define _PATH_PPPSHELLS "/etc/ppp/ppp.shells"
OpenPOWER on IntegriCloud