Skip to content

/etc/init.d/xcatd missing the right path for RH9 (xCAT 2.16.5) #7343

@bermang

Description

@bermang

Hello,

This might be solved already or i missed something (because RH9 install now working nicely, with epel9), but last checked, the right path for rhel9 is still missing on /etc/init.d/xcatd
A simple code like the one below should be added.
Also, initscripts is needed for this functions file.

elif [ -f /etc/rc.d/init.d/functions ]; then
  #echo RH9
  . /etc/rc.d/init.d/functions
  START_DAEMON=daemon
  STATUS=MStatus
  LOG_SUCCESS=RHSuccess
  LOG_FAILURE=RHFailure
  LOG_WARNING=passed

THX!

Metadata

Metadata

Assignees

Labels

rh9all issues for rh9

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions