Update of /cvsroot/leaf/doc/guide/devel-bering-uclibc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10199/devel-bering-uclibc
Modified Files: bucd-webconf.xml Log Message: corrected validation errors Index: bucd-webconf.xml =================================================================== RCS file: /cvsroot/leaf/doc/guide/devel-bering-uclibc/bucd-webconf.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bucd-webconf.xml 28 Jan 2006 16:17:18 -0000 1.1 --- bucd-webconf.xml 30 Jan 2006 19:26:17 -0000 1.2 *************** *** 13,16 **** --- 13,28 ---- </author> </authorgroup> + + <revhistory> + <revision> + <revnumber>1.1</revnumber> + + <date>2006-01-28</date> + + <authorinitials>kp</authorinitials> + + <revremark>???</revremark> + </revision> + </revhistory> </chapterinfo> *************** *** 18,25 **** <section> - <para>$Id$</para> - </section> - - <section> <title>Introduction</title> --- 30,33 ---- *************** *** 482,486 **** <section> ! <Title>Recommendations</Title> <para>Many of these recommendations are intended to allow individual cgi --- 490,494 ---- <section> ! <title>Recommendations</title> <para>Many of these recommendations are intended to allow individual cgi *************** *** 497,518 **** <para>Since parsing the conf files is unique to each package, it may be helpful if each webconf cgi has a standard way of reports its current ! settings. Something like this: <programlisting> ! if [ "$cmd" = "List" ]; then ! cat <<-EOF ! <!-- ! #BEGIN WEBCONF SETTINGS LIST ! $( cat /tmp/$SESSIONID.vars ) ! #END WEBCONF SETTINGS LIST ! --> ! </pre> ! fi ! </programlisting></para> <para>To get the current settings, use a construct like this: ! <programlisting> ! cmd=List /var/webconf/www/dropbear.cgi | \ ! sed -n "/^#BEGIN WEBCONF SETTINGS/,/^#END WEBCONF SETTINGS/p" > /tmp/tempfile ! . /tmp/tempfile ! </programlisting></para> <para>This is helpful when one webconf needs to know the values in --- 505,517 ---- <para>Since parsing the conf files is unique to each package, it may be helpful if each webconf cgi has a standard way of reports its current ! settings. Something like this: <programlisting> if [ "$cmd" = "List" ]; ! then cat <<-EOF <!-- #BEGIN WEBCONF SETTINGS LIST $( cat ! /tmp/$SESSIONID.vars ) #END WEBCONF SETTINGS LIST --> </pre> fi ! </programlisting></para> <para>To get the current settings, use a construct like this: ! <programlisting> cmd=List /var/webconf/www/dropbear.cgi | \ sed -n ! "/^#BEGIN WEBCONF SETTINGS/,/^#END WEBCONF SETTINGS/p" > /tmp/tempfile ! . /tmp/tempfile </programlisting></para> <para>This is helpful when one webconf needs to know the values in ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ leaf-cvs-commits mailing list leaf-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits