[Clfs-commits] [CLFS Embedded]Cross-LFS Embedded Book branch, master, updated. 38a917a2eb4f5d247dc282831e27befe662ef2a7

git git at cross-lfs.org
Fri Aug 24 10:33:10 PDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Embedded Book".

The branch, master has been updated
       via  38a917a2eb4f5d247dc282831e27befe662ef2a7 (commit)
      from  659afd89edc9228ce78aaf9def3c1aea8d243fed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 38a917a2eb4f5d247dc282831e27befe662ef2a7
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Aug 24 12:33:04 2012 -0500

    Change Beyond Net hostapd page to include bootscript and configuration sections.

diff --git a/BOOK/beyond-net/common/hostapd.xml b/BOOK/beyond-net/common/hostapd.xml
index fea8799..a3108a7 100644
--- a/BOOK/beyond-net/common/hostapd.xml
+++ b/BOOK/beyond-net/common/hostapd.xml
@@ -59,15 +59,25 @@ EOF</literal></userinput></screen>
 
 <screen os="f"><userinput>cp hostapd hostapd_cli ${CLFS}/usr/sbin</userinput></screen>
 
-    <para os="g">Install the bootscripts from the clfs-bootscripts package:</para>
+  </sect2>
+
+  <sect2 role="bootscripts">
+   <title>Installation of hostapd Bootscripts</title>
+
+    <para os="h">From the clfs-bootscripts package, install the hostapd bootscripts:</para>
+
+<screen os="i"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen>
+
+  </sect2>
 
-<screen os="h"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen>
+  <sect2 role="configuration">
+   <title>Configure hostapd</title>
 
-    <para os="i">Create hostapd.conf, this example file will create a WPA2 
+    <para os="j">Create hostapd.conf, this example file will create a WPA2 
     encrypted host access point with the name dummy and password foobar123 on 
     channel 4:</para>
 
-<screen os="j"><userinput>cat > ${CLFS}/etc/hostapd.conf << EOF
+<screen os="k"><userinput>cat > ${CLFS}/etc/hostapd.conf << EOF
 <literal># Sample hostapd.conf
 # See hostapd/hostapd.conf in your hostap source tree for a more detailed version
 interface=wlan0
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 541052b..85505f3 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "22"> <!-- Use two digits -->
+<!ENTITY day "24"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 1781365..893d833 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,11 +36,24 @@
     </listitem>
 -->
     <listitem>
+      <para>August 24, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Change Beyond Net hostapd page to include bootscript and configuration sections.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+
+    <listitem>
       <para>August 22, 2012</para>
       <itemizedlist>
         <listitem>
           <para>[William Harrington] - Change Beyond Net Dropbear page and edit the installation of bootscripts section.</para>
         </listitem>
+        <listitem>
+           <para>[William Harrington] - Remove bash reference in hostreqs version script to use $SHELL variable.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/prologue/common/hostreqs.xml b/BOOK/prologue/common/hostreqs.xml
index ae33379..00eae3e 100644
--- a/BOOK/prologue/common/hostreqs.xml
+++ b/BOOK/prologue/common/hostreqs.xml
@@ -104,7 +104,7 @@ diff --version | head -n1
 find --version | head -n1
 gawk --version | head -n1
 gcc --version | head -n1
-ldd $(which bash) | grep libc.so | cut -d ' ' -f 3 | bash | head -n 1 | cut -d ' ' -f 1-7
+ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7
 grep --version | head -n1
 gzip --version | head -n1
 make --version | head -n1

-----------------------------------------------------------------------

Summary of changes:
 BOOK/beyond-net/common/hostapd.xml     |   18 ++++++++++++++----
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   13 +++++++++++++
 BOOK/prologue/common/hostreqs.xml      |    2 +-
 4 files changed, 29 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Embedded Book



More information about the Clfs-commits mailing list