2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-22 14:05:32 +00:00

Remove trailing spaces in file xCAT-server/sbin/stopstartxcatd

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent b2f7a36029
commit 6a786b2d52

View File

@ -19,13 +19,13 @@ use xCAT::Utils;
#-----------------------------------------------------------------------------
=head1 startstopxcatd
=head1 startstopxcatd
stopstartxcatd - this routine is linked to by startxCAT and stopxCAT.
It runs on AIX. If the admin runs startxCAT, it will start
or restart the xcatd, if it is already running.
It runs on AIX. If the admin runs startxCAT, it will start
or restart the xcatd, if it is already running.
If the admin runs stopxCAT, it will stop the xcatd.
@ -49,7 +49,7 @@ exit $rc;
#-----------------------------------------------------------------------------
=head3 parse_args
Parses for input
=cut