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

Commits on Oct 17, 2018

  1. Fix hostapd's place in systemd dependency tree. (#45464)

    * nat/bind/dhcp.service:
      Remove. Those services have nothing to do with a link-level service.
    
    * sys-subsystem-net-devices-${if}.device:
      Add as BindsTo dependency as this will make hostapd stop when the
      device is unplugged.
    
    * network-link-${if}.service:
      Add hostapd as dependency for this service via requiredBy clause,
      so that the network link is only considered to be established
      only after hostapd has started.
    
    * network.target:
      Remove this from wantedBy clause as this is already implied from
      dependencies stacked above hostapd. And if it's not implied than
      starting hostapd is not required for this particular network
      configuration.
    
    (cherry picked from commit 725fcde)
    clefru committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    20ebe73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48632 from clefru/hostapd-fix-on-18.09

    Fix hostapd's place in systemd dependency tree. (#45464)
    Mic92 committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    56915a5 View commit details
    Browse the repository at this point in the history