[Midnightbsd-cvs] [MidnightBSD/src] 90b908: switch to less pager for root.

Lucas Holt noreply at github.com
Fri Sep 24 19:19:04 EDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 90b908246bd6d50d514275cd2542165d3e917c61
      https://github.com/MidnightBSD/src/commit/90b908246bd6d50d514275cd2542165d3e917c61
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M bin/sh/TOUR
    M bin/sh/alias.c
    M bin/sh/alias.h
    M bin/sh/arith.h
    M bin/sh/arith_yacc.c
    M bin/sh/arith_yacc.h
    M bin/sh/arith_yylex.c
    M bin/sh/bltin/bltin.h
    M bin/sh/bltin/echo.c
    M bin/sh/builtins.def
    M bin/sh/cd.c
    M bin/sh/cd.h
    A bin/sh/dot.profile
    M bin/sh/error.c
    M bin/sh/error.h
    M bin/sh/eval.c
    M bin/sh/eval.h
    M bin/sh/exec.c
    M bin/sh/exec.h
    M bin/sh/expand.c
    M bin/sh/expand.h
    M bin/sh/histedit.c
    M bin/sh/input.c
    M bin/sh/input.h
    M bin/sh/jobs.c
    M bin/sh/jobs.h
    M bin/sh/mail.c
    M bin/sh/mail.h
    M bin/sh/main.c
    M bin/sh/main.h
    M bin/sh/memalloc.c
    M bin/sh/memalloc.h
    M bin/sh/miscbltin.c
    M bin/sh/mkbuiltins
    M bin/sh/mknodes.c
    M bin/sh/mksyntax.c
    M bin/sh/myhistedit.h
    M bin/sh/mystring.c
    M bin/sh/mystring.h
    M bin/sh/options.c
    M bin/sh/options.h
    M bin/sh/output.c
    M bin/sh/output.h
    M bin/sh/parser.c
    M bin/sh/parser.h
    M bin/sh/redir.c
    M bin/sh/redir.h
    M bin/sh/sh.1
    M bin/sh/shell.h
    M bin/sh/show.c
    M bin/sh/show.h
    M bin/sh/trap.c
    M bin/sh/trap.h
    M bin/sh/var.c
    M bin/sh/var.h
    M etc/root/dot.cshrc
    M etc/root/dot.profile

  Log Message:
  -----------
  switch to less pager for root.

Update /bin/sh - sync with FreeBSD 12-stable.

This introduces a few interactive improvements.




More information about the Midnightbsd-cvs mailing list