From 8814653058b477d0913ebdc00eef9f583aedb078 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 13 Aug 2018 10:05:16 -0400 Subject: [PATCH] Require in.tftpd instead of xinetd file In SLE 15, the tftp server does not provide an xinetd file since systemd supersedes xinetd. --- xCAT/xCAT.spec | 2 +- xCATsn/xCATsn.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 914b04f7c..39252c2f9 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -51,7 +51,7 @@ Requires: /usr/bin/killall Requires: /usr/sbin/dhcpd # On RHEL this pulls in openssh-server, on SLES it pulls in openssh Requires: /usr/bin/ssh -Requires: /etc/xinetd.d/tftp +Requires: /usr/sbin/in.tftpd diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index ba4d2a68b..6983f75fc 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -36,7 +36,7 @@ Requires: /usr/sbin/dhcpd # On RHEL this pulls in openssh-server, on SLES it pulls in openssh Requires: /usr/bin/ssh %ifnarch s390x -Requires: /etc/xinetd.d/tftp +Requires: /usr/sbin/in.tftpd # Stty is only needed for rcons on ppc64 nodes, but for mixed clusters require it on both x and p %endif %endif