From 5658ee500d892d432c58e35ed8400cf0a5bbf145 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 8 Mar 2017 11:16:45 +0100 Subject: [PATCH] [5137] Minor corrections. --- src/bin/shell/Makefile.am | 2 +- src/bin/shell/kea-shell.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/shell/Makefile.am b/src/bin/shell/Makefile.am index f47200a112..2bd922e36c 100644 --- a/src/bin/shell/Makefile.am +++ b/src/bin/shell/Makefile.am @@ -38,7 +38,7 @@ $(man_MANS): endif -# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix +# This is done here since configure.ac AC_OUTPUT doesn't expand certain variables. kea-shell: kea-shell.py $(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" kea-shell.py > kea-shell.tmp $(SED) "s|REPORTED_VERSION|@PACKAGE_VERSION@|" kea-shell.tmp >$@ diff --git a/src/bin/shell/kea-shell.xml b/src/bin/shell/kea-shell.xml index 78edb659a4..7ca88e7513 100644 --- a/src/bin/shell/kea-shell.xml +++ b/src/bin/shell/kea-shell.xml @@ -13,7 +13,7 @@ ISC Kea - 2016 Mar 8 + 2017 Mar 8 1.2.0 The Kea software has been written by a number of -- 2.47.3