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:
parent
c8603da349
commit
1390ce0e95
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user