blob: 560134026dc1b3f36a5428252b2cfdeae0cbaf63 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: shells,v 1.7 2009/01/22 16:39:45 sobrado Exp $
#
# list of acceptable shells for chpass(1).
# ftpd(8) will not allow users to connect who are not using
# one of these shells.
/bin/sh
/bin/csh
/bin/ksh
|