From ccd5c3ac25dc5d73ed6696f3cd40e20d9155b9c1 Mon Sep 17 00:00:00 2001 From: uwe Date: Sat, 27 Nov 2021 18:39:15 +0000 Subject: [PATCH] /etc/shells - Add tmux. We ship tmux in base and tmux can be used as user's default shell. --- etc/shells | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/shells b/etc/shells index 6780e3d2c54a..c72267a39d57 100644 --- a/etc/shells +++ b/etc/shells @@ -1,4 +1,4 @@ -# $NetBSD: shells,v 1.4 2021/10/08 18:02:57 nia Exp $ +# $NetBSD: shells,v 1.5 2021/11/27 18:39:15 uwe Exp $ # # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using @@ -8,3 +8,4 @@ /bin/csh /bin/ksh /rescue/sh +/usr/bin/tmux