diff options
author | cjc <cjc@FreeBSD.org> | 2002-01-29 01:10:47 +0000 |
---|---|---|
committer | cjc <cjc@FreeBSD.org> | 2002-01-29 01:10:47 +0000 |
commit | aae9d7d5df3d07878d171692e9c95a210431c379 (patch) | |
tree | 2b1d21534f17b7662b67aee4331563d6a21a110c /etc | |
parent | b3b56d609a8e130ead3cf3de57be8e709508af25 (diff) | |
download | FreeBSD-src-aae9d7d5df3d07878d171692e9c95a210431c379.zip FreeBSD-src-aae9d7d5df3d07878d171692e9c95a210431c379.tar.gz |
Put a complete set of pppd(8) sample configuration files in
/usr/share/examples/pppd.
Remove the out-of-place pppd(8) configuration files in etc/ppp,
ppp.shells.sample and ppp.deny.
Make the appropriate changes to the build process, etc/Makefile and
etc/mtree/BSD.usr.mtree, so it all works.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mtree/BSD.usr.dist | 2 | ||||
-rw-r--r-- | etc/ppp/ppp.deny | 22 | ||||
-rw-r--r-- | etc/ppp/ppp.shells.sample | 14 |
3 files changed, 2 insertions, 36 deletions
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index d65480e..65deb9a 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -397,6 +397,8 @@ .. ppp .. + pppd + .. printing .. scsi_target diff --git a/etc/ppp/ppp.deny b/etc/ppp/ppp.deny deleted file mode 100644 index 6aed819..0000000 --- a/etc/ppp/ppp.deny +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ -# -# list of users disallowed any pppd access via 'system -# password login'. -# read by pppd(8). -root -toor -daemon -operator -bin -tty -kmem -games -news -man -bind -ftp -uucp -xten -pop -ingres -nobody diff --git a/etc/ppp/ppp.shells.sample b/etc/ppp/ppp.shells.sample deleted file mode 100644 index 93b6840..0000000 --- a/etc/ppp/ppp.shells.sample +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ -# -# List of acceptable shells for pppd(8). -# Pppd will not accept a system password login -# by a user whose shell is not listed below. - -/bin/sh -/bin/csh -/bin/tcsh -/usr/local/bin/ksh -/usr/local/bin/zsh -/usr/local/bin/bash -/usr/local/bin/tcsh -/usr/local/bin/ppplogin.sh |