Hi,

This is a minor bug report.

In the "OpenSAF Quickstart Guide" wiki, STEP 3 only covers cloning the
repository and does not anticipate that we might be working with the
OpenSAF tarball instead.  Step 3 should be updated to support both delivery
formats.

In the "OpenSAF as an Application" wiki, a similar issue is observed.  For
example, the documented step to execute "./bootstrap.sh" does not work when
using tarball delivery format.  See issue below.

[root@fedoraB work]# diff ./opensaf-staging/bootstrap.sh
./opensaf-4.6.0/bootstrap.sh
diff: ./opensaf-4.6.0/bootstrap.sh: No such file or directory

[root@fedoraB work]# diff ./opensaf-staging/bootstrap.sh
./opensaf-4.6.0/samples/bootstrap.sh
1,4c1,2
< #! /bin/sh
< autoreconf -vi
<
< sed -i "s/^INTERNAL_VERSION_ID=.*\$/INTERNAL_VERSION_ID=$(hg parent
--template "{rev}:{node|short}:{branch}")/" configure
---
> #!/bin/sh
> exec autoreconf -vi


thanks,
N.
------------------------------------------------------------------------------
_______________________________________________
Opensaf-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-users

Reply via email to