remove '!' (subshell) and 'v' (edit) commands from ramdisk more(1) command.
authorderaadt <deraadt@openbsd.org>
Thu, 15 Oct 2015 16:10:57 +0000 (16:10 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 15 Oct 2015 16:10:57 +0000 (16:10 +0000)
commit691095cfcc7c2e5ecaae8109b640c8d2a6edf00d
tree4345d129844e6d0999034f4ac85883c3550cb2bf
parentf0426f3aee93beb87ad41c44f4167b5aeb05c9a6
remove '!' (subshell) and 'v' (edit) commands from ramdisk more(1) command.
first off, ^Z job control was added to BSD unix sometime around 1980 and is
a much better mechanism since the parent shell can contain what is going on.
!command support becomes a visible defect when programs are pledge'd
secondly this saves space.
ok miod tobias
distrib/special/more/more.c