diff options
author | 1996-08-14 06:36:59 +0000 | |
---|---|---|
committer | 1996-08-14 06:36:59 +0000 | |
commit | c280ef4e8180e9ab299a8bd0d0c3e10e98f6d5a0 (patch) | |
tree | 4a7febf118ff388d50aa45dd13729f3f6f8d3336 | |
parent | Import pdksh 5.2.7. (diff) | |
download | wireguard-openbsd-c280ef4e8180e9ab299a8bd0d0c3e10e98f6d5a0.tar.xz wireguard-openbsd-c280ef4e8180e9ab299a8bd0d0c3e10e98f6d5a0.zip |
Add another.
-rw-r--r-- | etc/shells | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/shells b/etc/shells index b96b188eddd..24de2fc23f8 100644 --- a/etc/shells +++ b/etc/shells @@ -1,7 +1,9 @@ -# $OpenBSD: shells,v 1.2 1996/05/26 10:25:31 deraadt Exp $ +# $OpenBSD: shells,v 1.3 1996/08/14 06:36:59 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 |