install_iplike.sh fails on Solaris

Description

It looks like the install_iplike.sh script uses /bin/sh which doesn't support "source" on Solaris. Changing it to /bin/bash causes it to complete just fine.

bash-3.00# /usr/local/sbin/install_iplike.sh -d opennms
/usr/local/sbin/install_iplike.sh: source: not found
Cannot install iplike: /usr/local/lib/ does not exist

Environment

Operating System: All Platform: All

Lucidchart Diagrams

Activity

Show:

DJ Gregor July 8, 2007 at 3:50 PM

Fixed in revision 6704. Instead of using /bin/bash (which won't exist on older versions of Solaris), I changed "source" to ".".

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

PagerDuty

Created July 8, 2007 at 10:58 AM
Updated November 18, 2010 at 1:12 PM
Resolved September 15, 2010 at 10:52 AM
Loading...