summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/pathnames.h
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1997-04-15 07:00:35 +0000
committerdanny <danny@FreeBSD.org>1997-04-15 07:00:35 +0000
commitbef64f77917dde67ad18bf0622fe731038170004 (patch)
tree2adfe79ac8e3c515964d84255088457d8fc2c87d /usr.sbin/pppd/pathnames.h
parentdfe24302ecdf896515261413b602a0fe73f5fbd4 (diff)
downloadFreeBSD-src-bef64f77917dde67ad18bf0622fe731038170004.zip
FreeBSD-src-bef64f77917dde67ad18bf0622fe731038170004.tar.gz
Reviewed by: Brian Somers <brian@freebsd.org>
pppd now creates /var/run/ttyXn.if file containing the interface name; check that a 'login' user is not listed in /etc/ppp/ppp.disabled; check that a 'login' user's shell is listed in /etc/ppp/ppp.shells; make sure that passwordless 'login' logins are recorded in wtmp and utmp.
Diffstat (limited to 'usr.sbin/pppd/pathnames.h')
-rw-r--r--usr.sbin/pppd/pathnames.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h
index d0ec2ff..7033ff0 100644
--- a/usr.sbin/pppd/pathnames.h
+++ b/usr.sbin/pppd/pathnames.h
@@ -1,7 +1,7 @@
/*
* define path names
*
- * $Id$
+ * $Id: pathnames.h,v 1.5 1997/02/22 16:11:52 peter Exp $
*/
#ifdef HAVE_PATHS_H
@@ -20,3 +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_PPPSHELLS "/etc/ppp/ppp.shells"
+
OpenPOWER on IntegriCloud