Just spotted the following...

File "lrm/test/simple_ops" has three occurences of the absolute pathname
"/etc/init.d".  This ought to be written in terms of @INITDIR@, which in
turn means that the file needs renaming to "simple_ops.in" and the
corresponding adjustments made to "configure.in".

File "lrm/test/simple_ops" also contains the line:
  if [ ! -e /etc/init.d/Dummy-lsb ]; then

The "-e" test is not portable across UNIX systems.  It would be better as
"-r" or "-f" or similar.

Could the custodian of "lrm/test/simple_ops" investigate, please?

Hope that helps.

-- 

:  David Lee                                I.T. Service          :
:  Senior Systems Programmer                Computer Centre       :
:                                           Durham University     :
:  http://www.dur.ac.uk/t.d.lee/            South Road            :
:                                           Durham DH1 3LE        :
:  Phone: +44 191 334 2752                  U.K.                  :
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to