Changeset 5590e0d in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Jun 21, 2006, 11:03:05 AM (19 years ago)
- Branches:
- master
- Children:
- 8de5f9f
- Parents:
- f867ec0
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
rf867ec0 r5590e0d 51 51 <term><parameter>--without-libpam</parameter></term> 52 52 <listitem><para>Support for Linux-PAM is enabled by default in Shadow, 53 however PAM is not installed on a base LFS system, so this switch53 however PAM is not installed on a base CLFS system, so this switch 54 54 disables PAM support in Shadow. For instructions to install PAM and 55 55 link Shadow to it, you can look at … … 59 59 <term><parameter>--without-audit</parameter></term> 60 60 <listitem><para>Support for auditing is enabled by default, but a 61 library that it needs is not installed in a base LFS system. This61 library that it needs is not installed in a base CLFS system. This 62 62 switch disables auditing support.</para></listitem> 63 63 </varlistentry> … … 65 65 <term><parameter>--without-selinux</parameter></term> 66 66 <listitem><para>Support for selinux is enabled by default, but selinux 67 is not built in a base LFS system and configure will fail without this67 is not built in a base CLFS system and configure will fail without this 68 68 switch.</para></listitem> 69 69 </varlistentry> … … 92 92 obsolete <filename class="directory">/var/spool/mail</filename> location 93 93 for user mailboxes that Shadow uses by default to the <filename 94 class="directory">/var/mail</filename> location used currently. Both of95 these can be accomplished by changing the relevant configuration file96 while copying it to its destination:</para>94 class="directory">/var/mail</filename> location used currently. Use the 95 following sed command to make these changes to the appropriate 96 configuration file:</para> 97 97 98 98 <indexterm zone="shadow-login_defs" os="s"> … … 124 124 rm -v ${LFS}/lib/libshadow.so 125 125 ln -svf ../../lib/libshadow.so.0 ${LFS}/usr/lib/libshadow.so</userinput></screen> 126 127 <para os="z">The <option>-D</option> option of the <command>useradd</command>128 program requires the <filename class="directory">/etc/default</filename>129 directory for it to work properly:</para>130 131 <screen os="za"><userinput>install -dv ${LFS}/etc/default</userinput></screen>132 126 133 127 </sect2> … … 157 151 158 152 <screen role="nodump"><userinput>grpconv</userinput></screen> 153 154 <para>To view or change the default settings for new user accounts that 155 you create, you can edit <filename>/etc/default/useradd</filename>. See 156 <command>man useradd</command> or 157 <ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more 158 information.</para> 159 159 160 160 </sect2> -
BOOK/final-system/common/vim.xml
rf867ec0 r5590e0d 88 88 <screen os="j"><userinput>make DESTDIR=${LFS} install</userinput></screen> 89 89 90 <para os="k">Many users are used to using <command>vi</command> instead of 91 <command>vim</command>. To allow execution of <command>vim</command> 92 when users habitually enter <command>vi</command>, create a 93 symlink:</para> 90 <para os="k">Many users are accustomed to using <command>vi</command> 91 instead of <command>vim</command>. Some programs, such as 92 <command>vigr</command> and <command>vipw</command>, also use 93 <command>vi</command>. Create a symlink to permit execution of 94 <command>vim</command> when users habitually enter <command>vi</command> 95 and allow programs that use <command>vi</command> to work:</para> 94 96 95 97 <screen os="l"><userinput>ln -sv vim ${LFS}/usr/bin/vi</userinput></screen> … … 103 105 <screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc ${LFS}/usr/share/doc/vim-&vim-version;</userinput></screen> 104 106 105 <para os=" p">If an X Window System is going to be installed on the LFS106 system, it may be necessaryto recompile Vim after installing X. Vim107 <para os="o">If an X Window System is going to be installed on the LFS 108 system, you may want to recompile Vim after installing X. Vim 107 109 comes with a GUI version of the editor that requires X and some 108 additional libraries to be installed. For more information on this109 process, refer to theVim documentation and the Vim installation page110 additional libraries to be installed. For more information, refer to the 111 Vim documentation and the Vim installation page 110 112 in the BLFS book at <ulink 111 113 url="&blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.