plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit b962b25ecaf6ddb11a36235d4a9849a147b4f6a3
parent 601e07b63653d0fed91594ebba261b733d017653
Author: Russ Cox <rsc@swtch.com>
Date:   Tue,  5 May 2020 08:35:48 -0400

rc(1): mention /etc/shells in BUGS section

Diffstat:
Mman/man1/rc.1 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/man/man1/rc.1 b/man/man1/rc.1 @@ -989,3 +989,9 @@ and then .B fstab ensures causes FreeBSD to mount the file system automatically at boot time.) +.PP +Some systems require +.B \*9/bin/rc +to be listed in +.B /etc/shells +before it can be used as a login shell.