Changeset e615d9b


Ignore:
Timestamp:
06/23/2005 02:07:56 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
cedbed6c
Parents:
dcbbfc00
Message:

Changed instances of 'normal users' to 'unprivileged users'

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncftp.xml

    rdcbbfc00 re615d9b  
    8585<screen role='root'><userinput>make -C libncftp soinstall</userinput></screen>
    8686
    87     <para>Again, as the normal user:</para>
     87    <para>Again, as an unprivileged user:</para>
    8888
    8989<screen><userinput>make</userinput></screen>
  • general.ent

    rdcbbfc00 re615d9b  
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "June &day;th, &year;">
     5<!ENTITY releasedate  "June &day;rd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/add/gnome-mag.xml

    rdcbbfc00 re615d9b  
    102102
    103103    <para>Install <application>GNOME Magnifier</application> by
    104     running the following commands as the normal user:</para>
     104    running the following commands:</para>
    105105
    106106<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
  • postlfs/config/etcshells.xml

    rdcbbfc00 re615d9b  
    2626
    2727  <para>For example, this file is consulted by <command>chsh</command>
    28   to determine whether a normal user may change the login shell for her
     28  to determine whether an unprivileged user may change the login shell for her
    2929  own account. If the command name is not listed, the user will be denied of
    3030  change.</para>
  • pst/printing/gs.xml

    rdcbbfc00 re615d9b  
    126126    <para>To install the shared library
    127127    <filename class='libraryfile'>libgs.so</filename>, run the
    128     following additional command as the normal user:</para>
     128    following additional command as an unprivileged user:</para>
    129129
    130130<screen><userinput>make so</userinput></screen>
    131131
    132     <para>And again, as the <systemitem class="username">root</systemitem> user:</para>
     132    <para>And again, as the <systemitem class="username">root</systemitem>
     133    user:</para>
    133134
    134135<screen role="root"><userinput>make soinstall &amp;&amp;
  • server/major/samba3.xml

    rdcbbfc00 re615d9b  
    803803          <command>smbmount</command> program to do the actual mounting of
    804804          SMB shares. It can be installed setuid root if you want
    805           normal users to be able to mount their SMB shares.</para>
     805          unprivileged users to be able to mount their SMB shares.</para>
    806806          <indexterm zone="samba3 smbmnt">
    807807            <primary sortas="b-smbmnt">smbmnt</primary>
     
    879879        <term><command>smbumount</command></term>
    880880        <listitem>
    881           <para>is used by normal users to unmount SMB filesystems,
     881          <para>is used by unprivileged users to unmount SMB filesystems,
    882882          provided that it is setuid root.</para>
    883883          <indexterm zone="samba3 smbumount">
  • server/other/svnserver.xml

    rdcbbfc00 re615d9b  
    134134
    135135      <para>Now go ahead and change owner and group information on the
    136       repository, and add your normal user to the
     136      repository, and add an unprivileged user to the
    137137      <systemitem class="groupname">svn</systemitem> and
    138138      <systemitem class="groupname">svntest</systemitem> groups:</para>
     
    162162      files. This avoids locking out other users from the repository.</para>
    163163
    164       <para>Now, go ahead and return to your normal user account, and take a
     164      <para>Now, go ahead and return to an unprivileged user account, and take a
    165165      look at your new repository using <command>svnlook</command>:</para>
    166166
  • xsoft/graphweb/mozilla.xml

    rdcbbfc00 re615d9b  
    221221    class="username">root</systemitem> user each time a
    222222    <application>Mozilla</application> add-on is installed. This will allow
    223     normal users to run <command>mozilla</command>. Enable multi-user operation
    224     by executing the following:</para>
     223    unprivileged users to run <command>mozilla</command>. Enable multi-user
     224    operation by executing the following:</para>
    225225
    226226<screen role="root"><userinput>cd /usr/lib/mozilla-&mozilla-version; &amp;&amp;
  • xsoft/office/abiword.xml

    rdcbbfc00 re615d9b  
    106106make install</userinput></screen>
    107107
    108     <para>To build the help, as the normal user:</para>
     108    <para>To build the help files, issue the following commands as an
     109    unprivileged user:</para>
    109110
    110111<screen><userinput>cd ../abiword-docs &amp;&amp;
  • xsoft/suites/openoffice.xml

    rdcbbfc00 re615d9b  
    176176    incorrect <option>-mcpu</option> option in the above file:</para>
    177177
    178     <para>Now, as the normal user:</para>
     178    <para>Now, as an unprivileged user:</para>
    179179
    180180<screen><userinput>sed -i "s:\-mcpu=pentiumpro::" \
Note: See TracChangeset for help on using the changeset viewer.