diff -up openfire_src/src/bin/extra/redhat/openfire-sysconfig.MC-build openfire_src/src/bin/extra/redhat/openfire-sysconfig --- openfire_src/src/bin/extra/redhat/openfire-sysconfig.MC-build 2008-01-23 17:46:02.000000000 +0100 +++ openfire_src/src/bin/extra/redhat/openfire-sysconfig 2008-01-23 17:48:25.000000000 +0100 @@ -2,10 +2,11 @@ # If this is not set the script will look for /usr/local/openfire, then # /opt/openfire. #OPENFIRE_HOME="" +OPENFIRE_HOME="@LIBDIR@/openfire" # If there is a different user you would like to run openfire as, # change the following line. -#OPENFIRE_USER="daemon" +OPENFIRE_USER="daemon" # If you wish to change the location of the openfire pid file, # change the following line. @@ -16,7 +17,7 @@ # openfire itself. If you want to change the location of openfire's own # logs, see the system property 'log.directory'. If this is not set, # it will default to $OPENFIRE_HOME/logs. -#OPENFIRE_LOGDIR="/some/where/logs" +OPENFIRE_LOGDIR="/var/log/openfire" # If you wish to set any specific options to pass to the JVM, you can # set them with the following variable.