rafael liu created AS7-6423:
-------------------------------
Summary: JBoss RPM doesn't adhere to LFS
Key: AS7-6423
URL:
https://issues.jboss.org/browse/AS7-6423
Project: Application Server 7
Issue Type: Enhancement
Components: Build System
Affects Versions: 7.1.2.Final (EAP)
Environment: Red Hat Enterprise Linux Server release 6.3 (Santiago)
Reporter: rafael liu
Assignee: Paul Gier
Priority: Minor
In /usr/share/jbossas/domain links to tmp and data folders were mixed up:
{noformat}
[domain]]# ls -l
total 4
lrwxrwxrwx. 1 jboss jboss 19 Jan 2 14:45 configuration -> /etc/jbossas/domain
lrwxrwxrwx. 1 jboss jboss 23 Jan 2 14:45 data -> /var/tmp/jbossas/domain
lrwxrwxrwx. 1 jboss jboss 23 Jan 2 14:45 log -> /var/log/jbossas/domain
drwxrwxr-x. 5 jboss jboss 4096 Jan 2 16:02 servers
lrwxrwxrwx. 1 jboss jboss 25 Jan 2 14:45 tmp -> /var/cache/jbossas/domain
{noformat}
In /usr/share/jbossas/standalone tmp folder is not linked:
{noformat}
[standalone]# ls -l
total 12
lrwxrwxrwx. 1 jboss jboss 23 Jan 2 14:45 configuration -> /etc/jbossas/standalone
drwxr-xr-x. 2 jboss jboss 4096 Jan 2 14:45 deployments
drwxr-xr-x. 3 jboss jboss 4096 Jan 2 14:45 lib
lrwxrwxrwx. 1 jboss jboss 27 Jan 2 14:45 log -> /var/log/jbossas/standalone
drwxr-xr-x. 3 jboss jboss 4096 Jan 2 14:45 tmp
{noformat}
--
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