Fixed
Details
Assignee
Tarus BalogTarus BalogReporter
DJ GregorDJ GregorComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Tarus Balog
Tarus BalogReporter
DJ Gregor
DJ GregorComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 23, 2003 at 12:37 PM
Updated January 27, 2017 at 4:32 PM
Resolved May 17, 2004 at 2:40 PM
Changes are needed with opennms.init to work on SuSE. Also, OPENNMS_HOME is not always used, sometimes /opt/OpenNMS is specifically hardcoded. The coming patch (which is detailed below) fixes these problems.
If /etc/SuSE-release exists, don't atempt to source init.d/functions,
source /etc/rc.status, instead. Also run /usr/bin/setJava to get
JAVA_* paths for Java 1.4 or greater.
If running on SuSE, use appropriate SuSE-style start/stop code.
Replace all instances of "/opt/OpenNMS" with $OPENNMS_HOME (except
for the instance that sets OPENNMS_HOME if it is empty).
Patch to be uploaded shortly.