From fd5eaaf3bb22d59d124ce41809c336bd0cbed3eb Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 29 May 2017 11:45:37 -0400 Subject: fixed minor temp stuff in dhcpd-control --- usr/share/ddtools/dhcpd-control.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/usr/share/ddtools/dhcpd-control.sh b/usr/share/ddtools/dhcpd-control.sh index 4cf5a4e..e10aaa9 100755 --- a/usr/share/ddtools/dhcpd-control.sh +++ b/usr/share/ddtools/dhcpd-control.sh @@ -13,12 +13,12 @@ # merge lines with sed http://www.linuxquestions.org/questions/programming-9/merge-lines-in-a-file-using-sed-191121/ # Improve: # provide mechanisms for non-systemd service control -# prove that doing --remove-mac only on local is sufficient. # provide ways to specify what to see in the --list output +# list leases on both servers # Dependencies: # systemd fiversion="2017-05-24a" -dhcpdcontrolversion="2017-05-29a" +dhcpdcontrolversion="2017-05-29b" usage() { less -F >&2 <