From aae9d7d5df3d07878d171692e9c95a210431c379 Mon Sep 17 00:00:00 2001 From: cjc Date: Tue, 29 Jan 2002 01:10:47 +0000 Subject: 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. --- etc/ppp/ppp.deny | 22 ---------------------- etc/ppp/ppp.shells.sample | 14 -------------- 2 files changed, 36 deletions(-) delete mode 100644 etc/ppp/ppp.deny delete mode 100644 etc/ppp/ppp.shells.sample (limited to 'etc/ppp') 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 -- cgit v1.1