[
https://issues.jboss.org/browse/JBAS-9444?page=com.atlassian.jira.plugin....
]
Steven Williams updated JBAS-9444:
----------------------------------
Description:
The jboss_init_suse.sh is incomplete for chkconfig
The current jboss_init_suse.sh has the following:
### BEGIN INIT INFO
# Provides: jboss
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Start the JBoss application server.
### END INIT INFO
It should be:
### BEGIN INIT INFO
# Provides: jboss
# Required-Start:
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Start the JBoss application server.
### END INIT INFO
was:The jboss_init_suse.sh is incomplete for chkconfig
Steps to Reproduce: (was: The current jboss_init_suse.sh has the following:
### BEGIN INIT INFO
# Provides: jboss
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Start the JBoss application server.
### END INIT INFO
It should be:
### BEGIN INIT INFO
# Provides: jboss
# Required-Start:
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Start the JBoss application server.
### END INIT INFO
)
The jboss_init_suse.sh is incomplete for chkconfig
--------------------------------------------------
Key: JBAS-9444
URL:
https://issues.jboss.org/browse/JBAS-9444
Project: Legacy JBoss Application Server 6
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Other
Affects Versions: JBossAS-5.1.0.GA
Environment: SuSE linux
Reporter: Steven Williams
Priority: Minor
The jboss_init_suse.sh is incomplete for chkconfig
The current jboss_init_suse.sh has the following:
### BEGIN INIT INFO
# Provides: jboss
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Start the JBoss application server.
### END INIT INFO
It should be:
### BEGIN INIT INFO
# Provides: jboss
# Required-Start:
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Start the JBoss application server.
### END INIT INFO
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira