Module Name: src
Committed By: uwe
Date: Sat Nov 27 18:39:15 UTC 2021
Modified Files:
src/etc: shells
Log Message:
/etc/shells - Add tmux.
We ship tmux in base and tmux can be used as user's default shell.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/etc/shells
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/shells
diff -u src/etc/shells:1.4 src/etc/shells:1.5
--- src/etc/shells:1.4 Fri Oct 8 18:02:57 2021
+++ src/etc/shells Sat Nov 27 18:39:15 2021
@@ -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