2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-29 13:38:12 +00:00

Require in.tftpd instead of xinetd file

In SLE 15, the tftp server does not provide an xinetd
file since systemd supersedes xinetd.
This commit is contained in:
Jarrod Johnson
2018-08-13 10:05:16 -04:00
parent da72c6b868
commit 8814653058
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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