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

Commits on Jan 28, 2019

  1. nixos/sshguard: fix syslog ids, no more pid file, cleanups

    1. Allow syslog identifiers with special characters
    2. Do not write a pid file as we are running in foreground anyway
    3. Clean up the module for readability
    
    Without this, when deploying using nixops, restarting sshguard would make
    nixops show an error about restarting the service although the service is
    actually being restarted.
    peterhoeg committed Jan 28, 2019
    Copy the full SHA
    ee472e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Merge pull request #54495 from peterhoeg/f/sshguard

    nixos/sshguard: fix syslog identifiers and pid file
    infinisil committed Jan 29, 2019
    Copy the full SHA
    f73df18 View commit details
    Browse the repository at this point in the history