From a1a748adda7631ef7a9af12da71355f2462530c2 Mon Sep 17 00:00:00 2001 From: "Dr. Torge Szczepanek" Date: Sun, 2 Feb 2020 10:45:38 +0100 Subject: [PATCH] Fix description removing pyomapic reference. --- README.md | 2 +- debian/control | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3c7f80..eb2068b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ pypureomapi pypureomapi is a Python implementation of the DHCP OMAPI protocol used in the most popular Linux DHCP server from ISC. It can be used to query and modify leases and other objects exported by an ISC DHCP server. The interaction can be authenticated using HMAC-MD5. Besides basic ready to use operations, custom interaction can be implemented with limited effort. -It can be used as a drop-in replacement for pyomapic, but provides error checking and extensibility beyond pyomapic. +It provides error checking and extensibility. ## Server side configugration for ISC DHCP3 diff --git a/debian/control b/debian/control index 7fdbbac..b353ff2 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,6 @@ Description: ISC DHCP OMAPI protocol implementation in Python3 used in the most popular Linux DHCP server from ISC. It can be used to query and modify leases and other objects exported by an ISC DHCP server. - The interaction can be authenticated using HMAC-MD5. Besides basic + The interaction can be authenticated using HMAC-MD5. Besides basic ready to use operations, custom interaction can be implemented with - limited effort. It can be used as a drop-in replacement for pyomapic, - but provides error checking and extensibility beyond pyomapic. + limited effort. It provides error checking and extensibility.