Add /bin/false to /etc/shells

/bin/false is often used by PKGSRC packages which create unpriviledged
users as part of their install process.

This fixes the generation and installation of such packages.

Change-Id: Ie2a590c56c86dc40a61e3c08d14f5443ebe4f58c
This commit is contained in:
Lionel Sambuc 2014-04-14 12:13:22 +02:00
parent eaa642e09d
commit 36ed617477
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# Ftpd will not allow users to connect who are not using
# one of these shells.
/bin/false
/bin/sh
/bin/csh
/bin/ksh