Thanks for your reminding. I filed a bug to track it.
http://www.osdl.org/developer_bugzilla/show_bug.cgi?id=1152
Maybe we don't need some of these stuff any more and can remove them from
source tree.
David Lee wrote:
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.
--
Best Regards,
Sun Jiang Dong
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/