blob: 13c450a7fe55712c12a5362bccdbac0086c10b44 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: shells,v 1.3 1996/12/29 03:23:07 mrg Exp $
#
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.
/bin/false
/bin/sh
/bin/csh
/bin/ksh
|