aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/sssd/files/drop_ntpdate_chk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/sssd/files/drop_ntpdate_chk.patch')
-rw-r--r--recipes-security/sssd/files/drop_ntpdate_chk.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-security/sssd/files/drop_ntpdate_chk.patch b/recipes-security/sssd/files/drop_ntpdate_chk.patch
deleted file mode 100644
index 338af5d..0000000
--- a/recipes-security/sssd/files/drop_ntpdate_chk.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-nsupdate path is needed for various exec call
-but don't run natvie tests on it.
-
-
-Upstream-Status: Inappropriate [OE specific]
-Signed-off-by: Armin Kuster <akuster808@gmail.com>
-
-Index: sssd-2.5.0/src/external/nsupdate.m4
-===================================================================
---- sssd-2.5.0.orig/src/external/nsupdate.m4
-+++ sssd-2.5.0/src/external/nsupdate.m4
-@@ -3,16 +3,4 @@ AC_MSG_CHECKING(for executable nsupdate)
- if test -x "$NSUPDATE"; then
- AC_DEFINE_UNQUOTED([NSUPDATE_PATH], ["$NSUPDATE"], [The path to nsupdate])
- AC_MSG_RESULT(yes)
--
-- AC_MSG_CHECKING(for nsupdate 'realm' support')
-- if AC_RUN_LOG([echo realm |$NSUPDATE >&2]); then
-- AC_MSG_RESULT([yes])
-- else
-- AC_MSG_RESULT([no])
-- AC_MSG_ERROR([nsupdate does not support 'realm'])
-- fi
--
--else
-- AC_MSG_RESULT([no])
-- AC_MSG_ERROR([nsupdate is not available])
- fi