[Git][NTPsec/ntpsec][master] Fix libcap package names on Debian.

Eric S. Raymond gitlab at mg.gitlab.com
Tue Jul 19 12:10:30 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
e9ed64cf by Matt Selsky at 2016-07-19T08:10:15-04:00
Fix libcap package names on Debian.

libcap2 is paired with libcap-dev, not libcap-ng-dev.

- - - - -


2 changed files:

- INSTALL
- pylib/check_cap.py


Changes:

=====================================
INSTALL
=====================================
--- a/INSTALL
+++ b/INSTALL
@@ -32,7 +32,7 @@ libevent 2.x::
 libcap::
    Required on Linux, to support dropping root.
    Fedora: libcap and libcap-devel
-   Debian: libcap2 and libcap-ng-dev
+   Debian: libcap2 and libcap-dev
 
 seccomp::
    Optional on Linux to support restricting syscalls


=====================================
pylib/check_cap.py
=====================================
--- a/pylib/check_cap.py
+++ b/pylib/check_cap.py
@@ -18,6 +18,6 @@ def check_cap(ctx):
     else:
         pprint("RED", "Warning libcap and headers not installed")
         pprint("RED", "Fedora needs libcap-devel")
-        pprint("RED", "Debian needs libcap-ng-dev")
+        pprint("RED", "Debian needs libcap-dev")
 
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e9ed64cf24c7fb74642f952198fe15df7cdb23da
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160719/c549cb08/attachment.html>


More information about the vc mailing list