diff options
author | joe <joe@FreeBSD.org> | 2001-04-24 07:46:35 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-04-24 07:46:35 +0000 |
commit | 810d87b74f43740dd942e633781f32511fb54541 (patch) | |
tree | b99e8ab7aff9fe326268601fa82293f61f30716a /release/picobsd/mfs_tree/etc/shells | |
parent | 03a16368482b9c4fff998628b88e4314ad049269 (diff) | |
download | FreeBSD-src-810d87b74f43740dd942e633781f32511fb54541.zip FreeBSD-src-810d87b74f43740dd942e633781f32511fb54541.tar.gz |
MF4S: Syncronise with Luigi's work in -stable.
Diffstat (limited to 'release/picobsd/mfs_tree/etc/shells')
-rw-r--r-- | release/picobsd/mfs_tree/etc/shells | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release/picobsd/mfs_tree/etc/shells b/release/picobsd/mfs_tree/etc/shells new file mode 100644 index 0000000..cd386f6 --- /dev/null +++ b/release/picobsd/mfs_tree/etc/shells @@ -0,0 +1,7 @@ +# $FreeBSD$ +# List of acceptable shells for chpass(1). +# Ftpd will not allow users to connect who are not using +# one of these shells. + +/bin/sh +/bin/csh |