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

Commits on May 24, 2019

  1. shairport-sync: set sysconfdir to /etc/

    since 2.8.5, shairport-sync uses the directory path sysconfdir to
    determine where to place the configuration file shairport-sync.conf.
    
    This led to shairport-sync complaining at startup:
    > configuration file name "/nix/store/i8gb0hsb2zczdl8g1h73pbcb952585l9-shairport-sync-3.2.2/etc/shairport-sync.conf" can not be resolved.
    
    Looking for a configuration file there doesn't make much sense, as we'd
    have to include configuration in the shairport-sync derivation itself.
    
    By setting sysconfdir to /etc/, shairport-sync will try to read its
    configuration from /etc/shairport-sync.conf, which is a more sane
    default.
    
    (cherry picked from commit de05f6f)
    flokli committed May 24, 2019
    Copy the full SHA
    f70e66c View commit details
    Browse the repository at this point in the history