[jboss-jira] [JBoss JIRA] Updated: (JBAS-9444) The jboss_init_suse.sh is incomplete for chkconfig

Steven Williams (JIRA) jira-events at lists.jboss.org
Mon Aug 29 13:11:26 EDT 2011


     [ https://issues.jboss.org/browse/JBAS-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        


More information about the jboss-jira mailing list