cgcs-patch: Add LSB headers to initscripts

These LSB headers are non-functional but still required by OBS
and rpmlint. These sysvinit scripts are actually executed and
controled via the systemd unit files.

Change-Id: I0a6303cdf46120cbdeee65e2c3e556cd458146e0
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2019-06-19 12:33:31 -07:00
parent a7103af234
commit 6dc7129a11
2 changed files with 22 additions and 2 deletions

View File

@ -4,10 +4,20 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# CGCS Patching Controller setup # StarlingX Patching Controller setup
# chkconfig: 345 20 24 # chkconfig: 345 20 24
# description: CGCS Patching Controller init script # description: CGCS Patching Controller init script
### BEGIN INIT INFO
# Provides: sw-patch-controller
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2 3 5
# Default-Stop: 0 1 6
# Short-Description: sw-patch-controller
# Description: Provides the StarlingX Patch Controller Daemon
### END INIT INFO
. /usr/bin/tsconfig . /usr/bin/tsconfig
NAME=$(basename $0) NAME=$(basename $0)

View File

@ -4,10 +4,20 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# CGCS Patching # StarlingX Patching
# chkconfig: 345 20 23 # chkconfig: 345 20 23
# description: CGCS Patching init script # description: CGCS Patching init script
### BEGIN INIT INFO
# Provides: sw-patch
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2 3 5
# Default-Stop: 0 1 6
# Short-Description: sw-patch
# Description: Provides the StarlingX Patching
### END INIT INFO
NAME=$(basename $0) NAME=$(basename $0)
. /usr/bin/tsconfig . /usr/bin/tsconfig