Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ba210568a919
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 951d3cc4b904
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 8, 2018

  1. nixos/programs.mosh: refactor

    Adds programs.mosh.withUtempter (default: true).
    The option enables -with-utempter for mosh, allowing it to write to
    /var/run/utmp and thus making connected sessions appear in the output
    of `who -a`.
    
    For that, a guid-wrapper is required. Also, the path to the `utempter` was
    hardcoded in the resulting binary until now (so it could never been found),
    thus, libutempter was patched accordingly to point to
    /run/wrappers/bin/utempter which at least works when the wrapper is
    configured.
    phryneas authored and Lenz Weber committed Jun 8, 2018
    Copy the full SHA
    7c34c28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41375 from phryneas/mosh-with-libutempter

    nixos/programs.mosh: refactor
    xeji committed Jun 8, 2018
    Copy the full SHA
    951d3cc View commit details
    Browse the repository at this point in the history