Add LSB headers to mtce service scripts

The LSB headers are required by openSUSE build system as one of the
quality checks. This patch adds the header and missing fields. A $null
value was set for all unchanged fields

Change-Id: I22ee3571b70b22e1fe8238c2a94b3f4d099d41cd
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
This commit is contained in:
Erich Cordoba 2019-06-25 16:37:30 -05:00
parent c8603da349
commit 1390ce0e95
11 changed files with 52 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#
### BEGIN INIT INFO
# Provides: mtcalarm
# Required-Start: $null
# Required-Stop: $null
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Maintenance Alarm Daemon

View File

@ -5,6 +5,18 @@
# SPDX-License-Identifier: Apache-2.0
#
#
# chkconfig: 2345 05 95
#
### BEGIN INIT INFO
# Provides: fsmon
# Required-Start: $null
# Required-Stop: $null
# Default-Start: $null
# Default-Stop: $null
# Short-Description: fsmon daemon
### END INIT INFO
. /etc/init.d/functions
DAEMON_NAME="fsmond"

View File

@ -10,6 +10,8 @@
#
### BEGIN INIT INFO
# Provides: hostwd
# Required-Start: $null
# Required-Stop: $null
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: host watchdog daemon

View File

@ -5,6 +5,18 @@
# SPDX-License-Identifier: Apache-2.0
#
#
# chkconfig: 2345 05 95
#
### BEGIN INIT INFO
# Provides: hwmon
# Required-Start: $null
# Required-Stop: $null
# Default-Start: $null
# Default-Stop: $null
# Short-Description: hwmon daemon
### END INIT INFO
. /etc/init.d/functions
DAEMON_NAME="hwmond"

View File

@ -10,6 +10,8 @@
#
### BEGIN INIT INFO
# Provides: lmon
# Required-Start: $null
# Required-Stop: $null
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Link Monitor daemon

View File

@ -10,6 +10,8 @@
#
### BEGIN INIT INFO
# Provides: pmon
# Required-Start: $null
# Required-Stop: $null
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: process Monitor daemon

View File

@ -10,6 +10,8 @@
#
### BEGIN INIT INFO
# Provides: goenabled
# Required-Start: $null
# Required-Stop: $null
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Maintenance Client "Go Enable" script

View File

@ -10,6 +10,8 @@
#
### BEGIN INIT INFO
# Provides: hbsClient
# Required-Start: $null
# Required-Stop: $null
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Heartbeat Client Daemon

View File

@ -10,6 +10,8 @@
#
### BEGIN INIT INFO
# Provides: mtcClient
# Required-Start: $null
# Required-Stop: $null
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Maintenance Client Daemon

View File

@ -7,6 +7,18 @@
# This script starts and stops a mtclogd Daemon process
#
# chkconfig: 2345 95 95
#
### BEGIN INIT INFO
# Provides: mtclog
# Required-Start: $null
# Required-Stop: $null
# Default-Start: $null
# Default-Stop: $null
# Short-Description: mtclog daemon
### END INIT INFO
. /etc/init.d/functions
DAEMON_NAME="mtclogd"

View File

@ -10,6 +10,8 @@
#
### BEGIN INIT INFO
# Provides: runservices
# Required-Start: $null
# Required-Stop: $null
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Maintenance "Run Host Services" script