Changeset 3cb0c57


Ignore:
Timestamp:
04/10/2006 06:38:56 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c5c2654
Parents:
977061b0
Message:

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #9

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5837 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    r977061b0 r3cb0c57  
    7272    (for the <command>uudecode</command> command)</para>
    7373
     74    <para condition="html" role="usernotes">User Notes:
     75    <ulink url="&blfs-wiki;/db"/></para>
     76
    7477  </sect2>
    7578
     
    185188      <seglistitem>
    186189        <seg>berkeley_db_svc</seg>
    187         <seg>libdb_java.[so,a] and libdb_tcl.[so,a]</seg>
     190        <seg>libdb_java.{so,a} and libdb_tcl.{so,a}</seg>
    188191        <seg>/usr/share/doc/db-&db-version;</seg>
    189192      </seglistitem>
  • server/databases/mysql.xml

    r977061b0 r3cb0c57  
    7575    <xref linkend="tex"/></para>
    7676    -->
     77
     78    <para condition="html" role="usernotes">User Notes:
     79    <ulink url="&blfs-wiki;/mysql"/></para>
    7780
    7881  </sect2>
     
    248251      administrator, so use the following command as the <systemitem
    249252      class="username">root</systemitem> user to set one. Replace
    250       <replaceable>[new-password]</replaceable> with your own.</para>
    251 
    252 <screen role="root"><userinput>mysqladmin -u root password <replaceable>[new-password]</replaceable></userinput></screen>
     253      <replaceable>&lt;new-password&gt;</replaceable> with your own.</para>
     254
     255<screen role="root"><userinput>mysqladmin -u root password <replaceable>&lt;new-password&gt;</replaceable></userinput></screen>
    253256
    254257      <para>Configuration of the server is now finished. Shut the server
     
    300303        resolveip</seg>
    301304        <seg>libdbug.a, libheap.a, libmyisam.a, libmyisammrg.a,
    302         libmysqlclient.[so,a], libmysqlclient_r.[so,a], libmystrings.a,
     305        libmysqlclient.{so,a}, libmysqlclient_r.{so,a}, libmystrings.a,
    303306        libmysys.a, and libvio.a</seg>
    304307        <seg>/srv/mysql, /usr/include/mysql, /usr/lib/mysql, /usr/share/mysql, and
  • server/databases/postgresql.xml

    r977061b0 r3cb0c57  
    7777    <xref linkend="perl-sgmlspm"/></para>
    7878
     79    <para condition="html" role="usernotes">User Notes:
     80    <ulink url="&blfs-wiki;/postgresql"/></para>
     81
    7982  </sect2>
    8083
     
    233236        pltcl_listmod, pltcl_loadmod, postgres, postmaster, psql, and
    234237        vacuumdb</seg>
    235         <seg>libecpg.[so,a], libecpg_compat.[so,a], libpgport.a, libpgtypes.[so,a],
    236         libpq.[so,a], and various charset modules.</seg>
     238        <seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgport.a, libpgtypes.{so,a},
     239        libpq.{so,a}, and various charset modules.</seg>
    237240        <seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
    238241        /usr/lib/postgresql, /usr/share/doc/postgresql, and
  • server/mail/courier.xml

    r977061b0 r3cb0c57  
    8282    <ulink url="http://alpha.greenie.net/mgetty/">Mgetty+Sendfax</ulink></para>
    8383
     84    <para condition="html" role="usernotes">User Notes:
     85    <ulink url="&blfs-wiki;/courier"/></para>
     86
    8487  </sect2>
    8588
     
    205208    of <application>Aspell</application>.</para>
    206209
    207     <para><option>--enable-mimetypes=<replaceable>[location of mime.types
    208     file]</replaceable></option>: Use this switch if you receive an error
     210    <para><option>--enable-mimetypes=<replaceable>&lt;location of mime.types
     211    file&gt;</replaceable></option>: Use this switch if you receive an error
    209212    saying that the <filename>mime.types</filename> file could not be
    210213    found.</para>
     
    236239
    237240<screen role="root"><userinput>cat &gt; /etc/courier/defaultdomain &lt;&lt; "EOF"
    238 <literal><replaceable>[yourdomain]</replaceable></literal>
     241<literal><replaceable>&lt;yourdomain&gt;</replaceable></literal>
    239242EOF</userinput></screen>
    240243
     
    242245
    243246<screen role="root"><userinput>cat &gt; /etc/courier/me &lt;&lt; "EOF"
    244 <literal><replaceable>[servername.yourdomain]</replaceable></literal>
     247<literal><replaceable>&lt;servername.yourdomain&gt;</replaceable></literal>
    245248EOF</userinput></screen>
    246249
     
    249252<screen role="root"><userinput>cat &gt; /etc/courier/locals &lt;&lt; "EOF"
    250253<literal>localhost
    251 <replaceable>[yourdomain]</replaceable></literal>
     254<replaceable>&lt;yourdomain&gt;</replaceable></literal>
    252255EOF</userinput></screen>
    253256
     
    256259<screen role="root"><userinput>cat &gt; /etc/courier/esmtpacceptmailfor.dir/system &lt;&lt; "EOF"
    257260<literal>localhost
    258 <replaceable>[yourdomain]</replaceable></literal>
     261<replaceable>&lt;yourdomain&gt;</replaceable></literal>
    259262EOF</userinput></screen>
    260263
     
    263266      following entry.</para>
    264267
    265 <screen><literal>postmaster: <replaceable>[your administrator email]</replaceable></literal></screen>
     268<screen><literal>postmaster: <replaceable>&lt;your administrator email&gt;</replaceable></literal></screen>
    266269
    267270      <para>If you want to deny access from some hosts from sending mail,
     
    286289      <filename class="directory">Maildir</filename> directory:</para>
    287290
    288 <screen role="root"><userinput>cd /home/<replaceable>[username]</replaceable> &amp;&amp;
     291<screen role="root"><userinput>cd /home/<replaceable>&lt;username&gt;</replaceable> &amp;&amp;
    289292maildirmake Maildir &amp;&amp;
    290 chown <replaceable>[username]</replaceable>.<replaceable>[username]</replaceable> Maildir -R</userinput></screen>
     293chown <replaceable>&lt;username&gt;</replaceable>.<replaceable>&lt;username&gt;</replaceable> Maildir -R</userinput></screen>
    291294
    292295      <para>If you wish to use SSL with <application>Courier</application>,
     
    305308      an SSL config file. For each service that you wish to utilize, you will
    306309      need to edit the configuration file, and change the
    307       <replaceable>[DAEMON]</replaceable>START variable from 'NO' to 'YES'. For
     310      <replaceable>&lt;DAEMON&gt;</replaceable>START variable from 'NO' to 'YES'. For
    308311      example, to use SMTP with SSL, you'll need to edit
    309312      <filename>/etc/courier/esmtpd-ssl</filename> and change the value of
     
    334337      <filename class='directory'>webmail</filename> or you need to specify it
    335338      during the configure phase with
    336       <option>--enable-imageurl=<replaceable>[URL]</replaceable></option>.</para>
     339      <option>--enable-imageurl=<replaceable>&lt;URL&gt;</replaceable></option>.</para>
    337340
    338341<screen role="root"><userinput>cp -v -a /usr/share/courier/sqwebmail/images /srv/www/htdocs/webmail</userinput></screen>
     
    350353
    351354<screen role="root"><userinput>cat &gt; /etc/courier/webadmin/password &lt;&lt; "EOF"
    352 <literal><replaceable>[password]</replaceable></literal>
     355<literal><replaceable>&lt;password&gt;</replaceable></literal>
    353356EOF</userinput></screen>
    354357
     
    430433<screen><literal>MYSQL_SERVER            localhost
    431434MYSQL_USERNAME          courier
    432 MYSQL_PASSWORD          <replaceable>[your choice]</replaceable>
     435MYSQL_PASSWORD          <replaceable>&lt;your choice&gt;</replaceable>
    433436MYSQL_SOCKET            /var/run/mysql/mysql.sock
    434437MYSQL_PORT              3306
     
    436439MYSQL_USER_TABLE        users
    437440MYSQL_CLEAR_PWFIELD     clear
    438 DEFAULT DOMAIN          <replaceable>[your domain]</replaceable>
     441DEFAULT DOMAIN          <replaceable>&lt;your domain&gt;</replaceable>
    439442MYSQL_QUOTA_FIELD       quota</literal></screen>
    440443
     
    464467
    465468<screen role="root"><userinput>GRANT ALL PRIVILEGES ON *.* TO courier@localhost \
    466     IDENTIFIED BY '<replaceable>[password]</replaceable>' WITH GRANT OPTION;
     469    IDENTIFIED BY '<replaceable>&lt;password&gt;</replaceable>' WITH GRANT OPTION;
    467470QUIT</userinput></screen>
    468471
     
    475478
    476479<screen role="root"><userinput>cd /home/vmailman &amp;&amp;
    477 mkdir -v <replaceable>[virtual_user]</replaceable> &amp;&amp;
    478 cd <replaceable>[virtual_user]</replaceable> &amp;&amp;
     480mkdir -v <replaceable>&lt;virtual_user&gt;</replaceable> &amp;&amp;
     481cd <replaceable>&lt;virtual_user&gt;</replaceable> &amp;&amp;
    479482maildirmake Maildir &amp;&amp;
    480483chown -v vmailman.vmailman Maildir -R</userinput></screen>
     
    492495<screen><userinput>USE courier_mail
    493496INSERT INTO users VALUES (
    494 '<replaceable>[virtual_users]</replaceable>@<replaceable>[domain.com]</replaceable>,
    495 '<replaceable>[encrypted password or blank]</replaceable>',
    496 '<replaceable>[clear text password or blank]</replaceable>',
    497 '<replaceable>[User's Name]</replaceable>',
     497'<replaceable>&lt;virtual_users&gt;</replaceable>@<replaceable>&lt;domain.com&gt;</replaceable>,
     498'<replaceable>&lt;encrypted password or blank&gt;</replaceable>',
     499'<replaceable>&lt;clear text password or blank&gt;</replaceable>',
     500'<replaceable>&lt;User's Name&gt;</replaceable>',
    4985019000,
    4995029000,
    500 '<replaceable>[location of Maildir]</replaceable>',
    501 '<replaceable>[Quota in Bytes']</replaceable>
     503'<replaceable>&lt;location of Maildir&gt;</replaceable>',
     504'<replaceable>&lt;Quota in Bytes'&gt;</replaceable>
    502505);
    503506QUIT</userinput></screen>
  • server/mail/exim.xml

    r977061b0 r3cb0c57  
    8787    <xref linkend="linux-pam"/></para>
    8888
     89    <para condition="html" role="usernotes">User Notes:
     90    <ulink url="&blfs-wiki;/exim"/></para>
     91
    8992  </sect2>
    9093
     
    282285      <para>The bootscript also starts the <application>Exim</application>
    283286      daemon and dispatches a queue runner process every 15 minutes. Modify
    284       the <option>-q<replaceable>[time interval]</replaceable></option>
     287      the <option>-q<replaceable>&lt;time interval&gt;</replaceable></option>
    285288      parameter in <filename>/etc/rc.d/init.d/exim</filename>, if necessary
    286289      for your installation.</para>
  • server/mail/postfix.xml

    r977061b0 r3cb0c57  
    8181    <ulink url="http://www.corpit.ru/mjt/tinycdb.html">TinyCDB</ulink></para>
    8282
     83    <para condition="html" role="usernotes">User Notes:
     84    <ulink url="&blfs-wiki;/postfix"/></para>
     85
    8386  </sect2>
    8487
     
    177180
    178181<screen><literal>CCARGS='-DHAS_CDB'
    179 AUXLIBS='<replaceable>[/path/to/CDB]/</replaceable>libcdb.a'</literal></screen>
     182AUXLIBS='<replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a'</literal></screen>
    180183
    181184      </sect4>
     
    201204
    202205<screen><userinput>make makefiles CCARGS='-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
    203     -DDEF_MANPAGE_DIR=\"/usr/share/man\" <replaceable>[additional args]</replaceable>' \
    204     <replaceable>[AUXLIBS='additonal args']</replaceable> &amp;&amp;
     206    -DDEF_MANPAGE_DIR=\"/usr/share/man\" <replaceable>&lt;additional args&gt;</replaceable>' \
     207    <replaceable>&lt;AUXLIBS='additonal args'&gt;</replaceable> &amp;&amp;
    205208make</userinput></screen>
    206209
     
    284287      with <command>sed</command> commands entered into the console with
    285288      appropriate substitutions of your non-root login name for
    286       <replaceable>[user]</replaceable> and your fully qualified hostname for
    287       <replaceable>[localhost.localdomain]</replaceable>. You will find the
     289      <replaceable>&lt;user&gt;</replaceable> and your fully qualified hostname for
     290      <replaceable>&lt;localhost.localdomain&gt;</replaceable>. You will find the
    288291      <filename>main.cf</filename> file is self documenting, so load it into
    289292      your editor to make the changes you need for your situation.</para>
    290293
    291 <screen role="root"><userinput>sed -i "s/LOGIN/<replaceable>[user]</replaceable>/" /etc/aliases &amp;&amp;
     294<screen role="root"><userinput>sed -i "s/LOGIN/<replaceable>&lt;user&gt;</replaceable>/" /etc/aliases &amp;&amp;
    292295sed -i "s/#myhostname = host.domain.tld/myhostname = \
    293   <replaceable>[localhost.localdomain]</replaceable>/" /etc/postfix/main.cf &amp;&amp;
     296  <replaceable>&lt;localhost.localdomain&gt;</replaceable>/" /etc/postfix/main.cf &amp;&amp;
    294297/usr/bin/newaliases &amp;&amp;
    295298/usr/sbin/postfix start</userinput></screen>
  • server/mail/qpopper.xml

    r977061b0 r3cb0c57  
    6969    <xref linkend="linux-pam"/>, and
    7070    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/></para>
     71
     72    <para condition="html" role="usernotes">User Notes:
     73    <ulink url="&blfs-wiki;/qpopper"/></para>
    7174
    7275  </sect2>
  • server/mail/sendmail.xml

    r977061b0 r3cb0c57  
    7373    <xref linkend="gs"/> or <xref linkend="espgs"/> (for creating
    7474    PDF documentation)</para>
     75
     76    <para condition="html" role="usernotes">User Notes:
     77    <ulink url="&blfs-wiki;/sendmail"/></para>
    7578
    7679  </sect2>
  • server/major/apache.xml

    r977061b0 r3cb0c57  
    8383    <ulink url="http://www.distcache.org/">distcache</ulink></para>
    8484
     85    <para condition="html" role="usernotes">User Notes:
     86    <ulink url="&blfs-wiki;/apache"/></para>
     87
    8588  </sect2>
    8689
     
    256259        htdbm, htdigest, htpasswd, httpd, instdso.sh, logresolve, and
    257260        rotatelogs</seg>
    258         <seg>libapr-1.[so,a], libaprutil-1.[so,a], and /usr/lib/apache/*.so</seg>
     261        <seg>libapr-1.{so,a}, libaprutil-1.{so,a}, and /usr/lib/apache/*.so</seg>
    259262        <seg>/etc/apache, /srv/www, /usr/include/apache, /usr/lib/apache, and
    260263        /var/log/apache</seg>
  • server/major/bind.xml

    r977061b0 r3cb0c57  
    7575    <xref linkend="docbook-dsssl"/></para>
    7676
     77    <para condition="html" role="usernotes">User Notes:
     78    <ulink url="&blfs-wiki;/bind"/></para>
     79
    7780  </sect2>
    7881
     
    246249 key "rndc_key" {
    247250     algorithm hmac-md5;
    248      secret "<replaceable>[Insert secret from rndc-confgen's output here]</replaceable>";
     251     secret "<replaceable>&lt;Insert secret from rndc-confgen's output here&gt;</replaceable>";
    249252 };
    250253 zone "." {
     
    303306algorithm "hmac-md5";
    304307    secret
    305     "<replaceable>[Insert secret from rndc-confgen's output here]</replaceable>";
     308    "<replaceable>&lt;Insert secret from rndc-confgen's output here&gt;</replaceable>";
    306309    };
    307310options {
     
    377380
    378381      <note>
    379         <para>Replace <replaceable>[yourdomain.com]</replaceable> with
     382        <para>Replace <replaceable>&lt;yourdomain.com&gt;</replaceable> with
    380383        your own valid domain name.</para>
    381384      </note>
     
    383386<screen role="root"><userinput>cp /etc/resolv.conf /etc/resolv.conf.bak &amp;&amp;
    384387cat &gt; /etc/resolv.conf &lt;&lt; "EOF"
    385 <literal>search <replaceable>[yourdomain.com]</replaceable>
     388<literal>search <replaceable>&lt;yourdomain.com&gt;</replaceable>
    386389nameserver 127.0.0.1</literal>
    387390EOF</userinput></screen>
     
    450453        named, named-checkconf, named-checkzone, nslookup, nsupdate, rndc, and
    451454        rndc-confgen</seg>
    452         <seg>libbind9.[so,a], libdns.[so,a], libisc.[so,a], libisccc.[so,a],
    453         libisccfg.[so,a], and liblwres.[so,a]</seg>
     455        <seg>libbind9.{so,a}, libdns.{so,a}, libisc.{so,a}, libisccc.{so,a},
     456        libisccfg.{so,a}, and liblwres.{so,a}</seg>
    454457        <seg>/home/named, /usr/include/bind9, /usr/include/dns, /usr/include/dst,
    455458        /usr/include/isc, /usr/include/isccc, /usr/include/isccfg,
  • server/major/nfs-utils.xml

    r977061b0 r3cb0c57  
    7272    for nfsv4 support, and <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
    7373    for gss (RPC Security) support.</para>
     74
     75    <para condition="html" role="usernotes">User Notes:
     76    <ulink url="&blfs-wiki;/nfs-utils"/></para>
    7477
    7578  </sect2>
  • server/major/proftpd.xml

    r977061b0 r3cb0c57  
    6565    <para role="optional"><xref linkend="linux-pam"/></para>
    6666
     67    <para condition="html" role="usernotes">User Notes:
     68    <ulink url="&blfs-wiki;/proftpd"/></para>
     69
    6770  </sect2>
    6871
  • server/major/samba3.xml

    r977061b0 r3cb0c57  
    9595    <xref linkend="postgresql"/></para>
    9696
     97    <para condition="html" role="usernotes">User Notes:
     98    <ulink url="&blfs-wiki;/samba3"/></para>
     99
    97100  </sect2>
    98101
     
    546549
    547550      <para>SWAT can be launched by pointing your web browser to
    548       <uri>https://<replaceable>[CA_DN_field]</replaceable>:901</uri>.
     551      <uri>https://<replaceable>&lt;CA_DN_field&gt;</replaceable>:901</uri>.
    549552      Substitute the hostname listed in the DN field of the CA certificate
    550553      used with <application>Stunnel</application> for
    551       <replaceable>[CA_DN_field]</replaceable>.</para>
     554      <replaceable>&lt;CA_DN_field&gt;</replaceable>.</para>
    552555
    553556      </sect4>
  • server/major/vsftpd.xml

    r977061b0 r3cb0c57  
    6666    <xref linkend="openssl"/>, and
    6767    <xref linkend="tcpwrappers"/></para>
     68
     69    <para condition="html" role="usernotes">User Notes:
     70    <ulink url="&blfs-wiki;/vsftpd"/></para>
    6871
    6972  </sect2>
  • server/major/xinetd.xml

    r977061b0 r3cb0c57  
    6565    <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink></para>
    6666
     67    <para condition="html" role="usernotes">User Notes:
     68    <ulink url="&blfs-wiki;/xinetd"/></para>
     69
    6770  </sect2>
    6871
  • server/other/cvsserver.xml

    r977061b0 r3cb0c57  
    6565      CVS repository:</para>
    6666
    67 <screen><userinput>cd <replaceable>[sourcedir]</replaceable> &amp;&amp;
    68 cvs import -m "<replaceable>[repository test]</replaceable>" <replaceable>[cvstest]</replaceable> <replaceable>[vendortag]</replaceable> <replaceable>[releasetag]</replaceable></userinput></screen>
     67<screen><userinput>cd <replaceable>&lt;sourcedir&gt;</replaceable> &amp;&amp;
     68cvs import -m "<replaceable>&lt;repository test&gt;</replaceable>" <replaceable>&lt;cvstest&gt;</replaceable> <replaceable>&lt;vendortag&gt;</replaceable> <replaceable>&lt;releasetag&gt;</replaceable></userinput></screen>
    6969
    7070    </sect3>
     
    8888
    8989      <note>
    90         <para>Replace <replaceable>[servername]</replaceable> with the
     90        <para>Replace <replaceable>&lt;servername&gt;</replaceable> with the
    9191        IP address or host name of the CVS repository machine. You will
    9292        be prompted for the user's shell account password before CVS
     
    9595
    9696<screen><userinput>export CVS_RSH=/usr/bin/ssh &amp;&amp;
    97 cvs -d:ext:<replaceable>[servername]</replaceable>:/srv/cvsroot co cvstest</userinput></screen>
     97cvs -d:ext:<replaceable>&lt;servername&gt;</replaceable>:/srv/cvsroot co cvstest</userinput></screen>
    9898
    9999    </sect3>
     
    160160    the following command:</para>
    161161
    162 <screen><userinput>cvs -d:pserver:anonymous@<replaceable>[servername]</replaceable>:/srv/cvsroot co cvstest</userinput></screen>
     162<screen><userinput>cvs -d:pserver:anonymous@<replaceable>&lt;servername&gt;</replaceable>:/srv/cvsroot co cvstest</userinput></screen>
    163163
    164164    <note>
    165       <para>Replace <replaceable>[servername]</replaceable> with the
     165      <para>Replace <replaceable>&lt;servername&gt;</replaceable> with the
    166166      IP address or hostname of the CVS server.</para>
    167167    </note>
  • server/other/dhcp.xml

    r977061b0 r3cb0c57  
    7878    <ulink url="&patch-root;/dhcp-&dhcp-version;-iproute2-3.patch"/>)</para>
    7979
     80    <para condition="html" role="usernotes">User Notes:
     81    <ulink url="&blfs-wiki;/dhcp"/></para>
     82
    8083  </sect2>
    8184
     
    180183ddns-update-style ad-hoc;
    181184
    182 subnet <replaceable>[192.168.5.0]</replaceable> netmask <replaceable>[255.255.255.0]</replaceable> {
    183   range <replaceable>[192.168.5.10] [192.168.5.240]</replaceable>;
    184   option broadcast-address <replaceable>[192.168.5.255]</replaceable>;
    185   option routers <replaceable>[192.168.5.1]</replaceable>;
     185subnet <replaceable>&lt;192.168.5.0&gt;</replaceable> netmask <replaceable>&lt;255.255.255.0&gt;</replaceable> {
     186  range <replaceable>&lt;192.168.5.10] [192.168.5.240&gt;</replaceable>;
     187  option broadcast-address <replaceable>&lt;192.168.5.255&gt;</replaceable>;
     188  option routers <replaceable>&lt;192.168.5.1&gt;</replaceable>;
    186189}</literal>
    187190EOF</userinput></screen>
  • server/other/leafnode.xml

    r977061b0 r3cb0c57  
    6868    <para role="recommended"><xref linkend="xinetd"/> and
    6969    <xref linkend="fcron"/></para>
     70
     71    <para condition="html" role="usernotes">User Notes:
     72    <ulink url="&blfs-wiki;/leafnode"/></para>
    7073
    7174  </sect2>
  • server/other/openldap.xml

    r977061b0 r3cb0c57  
    8484    <ulink url="http://www.openslp.org/">OpenSLP</ulink></para>
    8585
     86    <para condition="html" role="usernotes">User Notes:
     87    <ulink url="&blfs-wiki;/openldap"/></para>
     88
    8689  </sect2>
    8790
     
    356359        ldappasswd, ldapsearch, ldapwhoami, slapadd, slapcat, slapd, slapdn,
    357360        slapindex, slappasswd, slaptest, and slurpd</seg>
    358         <seg>liblber.[so,a], libldap.[so,a], and libldap_r.[so,a]</seg>
     361        <seg>liblber.{so,a}, libldap.{so,a}, and libldap_r.{so,a}</seg>
    359362        <seg>/etc/openldap, /srv/ldap, and /usr/share/openldap</seg>
    360363      </seglistitem>
     
    540543
    541544      <varlistentry id="liblber">
    542         <term><filename class='libraryfile'>liblber.[so,a]</filename></term>
     545        <term><filename class='libraryfile'>liblber.{so,a}</filename></term>
    543546        <listitem>
    544547          <para>is a set of lightweight Basic Encoding Rules routines. These
     
    549552          and extended operations.</para>
    550553          <indexterm zone="openldap liblber">
    551             <primary sortas="c-liblber">liblber.[so,a]</primary>
     554            <primary sortas="c-liblber">liblber.{so,a}</primary>
    552555          </indexterm>
    553556        </listitem>
     
    555558
    556559      <varlistentry id="libldap">
    557         <term><filename class='libraryfile'>libldap.[so,a]</filename></term>
     560        <term><filename class='libraryfile'>libldap.{so,a}</filename></term>
    558561        <listitem>
    559562          <para>supports the LDAP programs and provide functionality for
    560563          other programs interacting with LDAP.</para>
    561564          <indexterm zone="openldap libldap">
    562             <primary sortas="c-libldap">libldap.[so,a]</primary>
     565            <primary sortas="c-libldap">libldap.{so,a}</primary>
    563566          </indexterm>
    564567        </listitem>
     
    566569
    567570      <varlistentry id="libldap_r">
    568         <term><filename class='libraryfile'>libldap_r.[so,a]</filename></term>
     571        <term><filename class='libraryfile'>libldap_r.{so,a}</filename></term>
    569572        <listitem>
    570573          <para>contains the functions required by the LDAP programs to
    571574          produce the results from LDAP requests.</para>
    572575          <indexterm zone="openldap libldap_r">
    573             <primary sortas="c-libldap_r">libldap_r.[so,a]</primary>
     576            <primary sortas="c-libldap_r">libldap_r.{so,a}</primary>
    574577          </indexterm>
    575578        </listitem>
  • server/other/rsync.xml

    r977061b0 r3cb0c57  
    6565    <para role="optional"><xref linkend="popt"/> and
    6666    <xref linkend="docbook-utils"/></para>
     67
     68    <para condition="html" role="usernotes">User Notes:
     69    <ulink url="&blfs-wiki;/rsync"/></para>
    6770
    6871  </sect2>
  • server/other/svnserver.xml

    r977061b0 r3cb0c57  
    149149
    150150<screen role="root"><userinput>svn import -m "Initial import." \
    151     <replaceable>[/path/to/source/tree]</replaceable> \
     151    <replaceable>&lt;/path/to/source/tree&gt;</replaceable> \
    152152    file:///srv/svn/repositories/svntest</userinput></screen>
    153153
     
    160160chmod -R g+w /srv/svn/repositories/svntest &amp;&amp;
    161161chmod g+s /srv/svn/repositories/svntest/db &amp;&amp;
    162 usermod -G svn,svntest,<replaceable>[insert existing groups]</replaceable> <replaceable>[username]</replaceable></userinput></screen>
     162usermod -G svn,svntest,<replaceable>&lt;insert existing groups&gt;</replaceable> <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    163163
    164164      <para><systemitem class="groupname">svntest</systemitem> is the group
     
    188188      <note>
    189189        <para>You may need to log out and back in again to refresh your group
    190         memberships. '<command>su <replaceable>[username]</replaceable></command>'
     190        memberships. '<command>su <replaceable>&lt;username&gt;</replaceable></command>'
    191191        should work around this as well.</para>
    192192      </note>
Note: See TracChangeset for help on using the changeset viewer.