commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-122-g6f98b


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-122-g6f98bd8
Date: Sun, 24 Jan 2021 11:28:22 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  6f98bd80d29356401936fe8c8fcb046ce625e96a (commit)
      from  5692529d5a24c07c23fb32a3b42a58b3d89a9f71 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=6f98bd80d29356401936fe8c8fcb046ce625e96a


commit 6f98bd80d29356401936fe8c8fcb046ce625e96a
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sun Jan 24 17:28:15 2021 +0100

    configure.ac: Warn when rcmd is missing.

diff --git a/ChangeLog b/ChangeLog
index 7b82467..a589595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2021-01-24  Simon Josefsson  <simon@josefsson.org>
 
        * configure.ac: Fix disabling when all rcmd is missing.
+       * configure.ac: Warn when rcmd is missing.
        * README-alpha (Prerequisites): Mention xz, for dist.
 
 2021-01-24  Simon Josefsson  <simon@josefsson.org>
diff --git a/configure.ac b/configure.ac
index 31f14b4..c52ef60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -325,6 +325,7 @@ if test "$ac_cv_func_rcmd" != yes \
    && test "$ac_cv_func_rcmd_af" != yes \
    && test "$ac_cv_func_orcmd_af" != yes
 then
+  AC_MSG_WARN([Disabling rcp, rlogin and rsh, since no rcmd.])
   IU_DISABLE_TARGET(rcp)
   IU_DISABLE_TARGET(rlogin)
   IU_DISABLE_TARGET(rsh)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    | 1 +
 configure.ac | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]