diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-14 08:47:21 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-14 08:47:21 +0000 |
commit | 87ed205c76c2e0b7a7409f1aed484310b5ba7bae (patch) | |
tree | 805dfd456811217bde8820d0b0c3f7f0869a7666 | |
parent | ce415f207f4503ee0d860365ce37f4467cefec47 (diff) |
Fix this, too.
-rw-r--r-- | etc/shells | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/shells b/etc/shells index 24de2fc23f8..a85f5c990a7 100644 --- a/etc/shells +++ b/etc/shells @@ -1,9 +1,8 @@ -# $OpenBSD: shells,v 1.3 1996/08/14 06:36:59 downsj Exp $ +# $OpenBSD: shells,v 1.4 1996/08/14 08:47:20 downsj Exp $ # 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 /bin/ksh -/bin/pdksh +/bin/rksh |