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: 4b7abf363342
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4fe1c9e35f05
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 28, 2018

  1. locate: fix update-locatedb service for mlocate

    This fixes the `update-locatedb` service when using the `mlocate`
    package.
    
    The service as-is does not properly handle flags during update of the
    relevant database when configured to use the `mlocate` package.
    
    The man entry for `updatedb` associated with `mlocate` does not say
    that it supports environment variables in place of command line flags,
    whereas the `findutils` package's updatedb does so.
    
    To support this distinction, we pass the relevant settings as flags to
    the `updatedb` program when using the `mlocate` package.
    
    Fixes #29279
    acowley committed Mar 28, 2018
    Copy the full SHA
    1f83825 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Merge pull request #37388 from acowley/mlocate-updatedb

    update-locatedb: fix update-locatedb service for mlocate
    matthewbauer committed Apr 17, 2018
    Copy the full SHA
    4fe1c9e View commit details
    Browse the repository at this point in the history