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: eed30dfa5c87
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1ec5d8249c70
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 11, 2020

  1. davfs2: substitute ps command

    umount.davfs2 uses ps to get a process list to terminate gracefully.
    
    On NixOS, this currently fails:
    
    ```
    sh: ps: command not found
    /run/current-system/sw/bin/umount.davfs:
      can't find mount.davfs-process with pid 4085;
      trying to unmount anyway.
      you propably have to remove /var/run/mount.davfs/root-x.pid manually
    sh: umount: command not found
    ```
    
    Fix this by patching ${procps}/bin/ps into the ps_command.
    
    Afterwards:
    
    ```
    umount.davfs: waiting for mount.davfs (pid 4106) to terminate gracefully .. OK
    ```
    flokli authored and bjornfor committed Jan 11, 2020
    Copy the full SHA
    1ec5d82 View commit details
    Browse the repository at this point in the history