Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 439 B view raw
1diff --git a/Makefile.am b/Makefile.am 2index 78f36d7..8dc4e4f 100644 3--- a/Makefile.am 4+++ b/Makefile.am 5@@ -19,8 +19,6 @@ endif 6 7 install-exec-hook: 8 if BUILD_FOR_LINUX 9-# NQPTP runs as user/group nqptp/nqptp on Linux and uses setcap to access ports 319 and 320 10- setcap 'cap_net_bind_service=+ep' $(bindir)/nqptp 11 # no installer for System V 12 if INSTALL_SYSTEMD_STARTUP 13 getent group nqptp &>/dev/null || groupadd -r nqptp &>/dev/null