mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-29 05:28:21 +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:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user