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: 6547e61577a0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ec9a51d0cc6f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 30, 2018

  1. mdadm: allow sending mail when using opensmtpd

    OpenSMTPD does not require the setuid bit for its `sendmail`. This works
    around it by wrapping the called `sendmail` so that the wrapper falls
    back on either the setuid `sendmail` or the non-setuid `sendmail`
    depending on what's available.
    
    The solution of relying on `$PATH` to be set is unfortunately
    unreliable, as `mdadm --monitor` will likely be executed from a
    `systemd` unit, that runs with a clean `$PATH`.
    Ekleog authored and bjornfor committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    ec9a51d View commit details
    Browse the repository at this point in the history