[jboss-jira] [JBoss JIRA] (WFLY-2418) Incorrect PIDFILE location (typo in wildfly name)
John Smith (JIRA)
jira-events at lists.jboss.org
Wed Oct 30 17:29:01 EDT 2013
John Smith created WFLY-2418:
--------------------------------
Summary: Incorrect PIDFILE location (typo in wildfly name)
Key: WFLY-2418
URL: https://issues.jboss.org/browse/WFLY-2418
Project: WildFly
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Scripts
Affects Versions: 8.0.0.Beta1
Environment: redhat
Reporter: John Smith
Assignee: Brian Stansberry
Typo in:
https://github.com/wildfly/wildfly/blob/master/build/src/main/resources/bin/init.d/wildfly-init-redhat.sh
wildfly directory name is spelt incorrectly is wilfly.
Line:
JBOSS_PIDFILE=/var/run/wilfly/wildfly.pid
Should be:
JBOSS_PIDFILE=/var/run/wildfly/wildfly.pid
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list