Changeset b6f2a61
- Timestamp:
- Feb 21, 2006, 2:29:51 AM (19 years ago)
- Children:
- a5d799a
- Parents:
- 6b8c171
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/gzip.xml
r6b8c171 rb6f2a61 57 57 <screen os="f"><userinput>make</userinput></screen> 58 58 59 <para os="g">Install the package:</para> 60 61 <screen os="h"><userinput>make install</userinput></screen> 62 63 <para os="i">Move the <command>gzip</command> program to the <filename 59 <para os="g">This package does not come with a test suite.</para> 60 61 <para os="h">Install the package:</para> 62 63 <screen os="i"><userinput>make install</userinput></screen> 64 65 <para os="j">Move the <command>gzip</command> program to the <filename 64 66 class="directory">/bin</filename> directory and create some commonly 65 67 used symlinks to it:</para> 66 68 67 <screen os=" j"><userinput>mv -v /usr/bin/gzip /bin69 <screen os="k"><userinput>mv -v /usr/bin/gzip /bin 68 70 rm -v /usr/bin/{gunzip,zcat} 69 71 ln -sv gzip /bin/{gunzip,zcat,compress} -
final-system/common/inetutils.xml
r6b8c171 rb6f2a61 102 102 <screen os="e"><userinput>make</userinput></screen> 103 103 104 <para os="f">Install the package:</para> 105 106 <screen os="g"><userinput>make install</userinput></screen> 107 108 <para os="h">Move the <command>ping</command> program to its FHS-compliant 104 <para os="f">This package does not come with a test suite.</para> 105 106 <para os="g">Install the package:</para> 107 108 <screen os="h"><userinput>make install</userinput></screen> 109 110 <para os="i">Move the <command>ping</command> program to its FHS-compliant 109 111 place:</para> 110 112 111 <screen os=" i"><userinput>mv -v /usr/bin/ping /bin</userinput></screen>113 <screen os="j"><userinput>mv -v /usr/bin/ping /bin</userinput></screen> 112 114 113 115 </sect2> -
final-system/common/iproute2.xml
r6b8c171 rb6f2a61 67 67 </variablelist> 68 68 69 <para os="f">Install the package:</para> 70 71 <screen os="g"><userinput>make SBINDIR=/sbin install</userinput></screen> 69 <para os="f">This package does not come with a test suite.</para> 70 71 <para os="g">Install the package:</para> 72 73 <screen os="h"><userinput>make SBINDIR=/sbin install</userinput></screen> 72 74 73 75 </sect2> -
final-system/common/kbd.xml
r6b8c171 rb6f2a61 47 47 <screen os="d"><userinput>make</userinput></screen> 48 48 49 <para os="e">Install the package:</para> 50 51 <screen os="f"><userinput>make install</userinput></screen> 49 <para os="e">This package does not come with a test suite.</para> 50 51 <para os="f">Install the package:</para> 52 53 <screen os="g"><userinput>make install</userinput></screen> 52 54 53 55 </sect2> -
final-system/common/man.xml
r6b8c171 rb6f2a61 77 77 <screen os="l"><userinput>make</userinput></screen> 78 78 79 <para os="m">Install the package:</para> 80 81 <screen os="n"><userinput>make install</userinput></screen> 82 83 <note os="o"> 79 <para os="m">This package does not come with a test suite.</para> 80 81 <para os="n">Install the package:</para> 82 83 <screen os="o"><userinput>make install</userinput></screen> 84 85 <note os="p"> 84 86 <para>If you will be working on a terminal that does not support 85 87 text attributes such as color and bold, you can disable Select … … 92 94 </note> 93 95 94 <para os=" p">If the character set of the locale uses 8-bit characters, search96 <para os="q">If the character set of the locale uses 8-bit characters, search 95 97 for the line beginning with <quote>NROFF</quote> in 96 98 <filename>/etc/man.conf</filename>, and verify that it matches the 97 99 following:</para> 98 100 99 <screen os=" q">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>100 101 <para os=" r">Note that <quote>latin1</quote> should be used even if it is not101 <screen os="r">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen> 102 103 <para os="s">Note that <quote>latin1</quote> should be used even if it is not 102 104 the character set of the locale. The reason is that, according to the 103 105 specification, <command>groff</command> has no means of typesetting … … 111 113 it is usable as the input for a pager.</para> 112 114 113 <para os=" s">This does not solve the problem of a non-working115 <para os="t">This does not solve the problem of a non-working 114 116 <command>man2dvi</command> program for localized man pages in 115 117 non-ISO 8859-1 locales. Also, it does not work with multibyte … … 118 120 not support multibyte character sets.</para> 119 121 120 <para os=" t">Additional information with regards to the compression of122 <para os="u">Additional information with regards to the compression of 121 123 man and info pages can be found in the BLFS book at 122 124 <ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"/>.</para> -
final-system/common/mktemp.xml
r6b8c171 rb6f2a61 61 61 <screen os="g"><userinput>make</userinput></screen> 62 62 63 <para os="h"> Install the package:</para>63 <para os="h">This package does not come with a test suite.</para> 64 64 65 <screen os="i"><userinput>make install 65 <para os="i">Install the package:</para> 66 67 <screen os="j"><userinput>make install 66 68 make install-tempfile</userinput></screen> 67 69 -
final-system/common/procps.xml
r6b8c171 rb6f2a61 38 38 <screen os="b"><userinput>make</userinput></screen> 39 39 40 <para os="c">Install the package:</para> 41 42 <screen os="d"><userinput>make install</userinput></screen> 40 <para os="c">This package does not come with a test suite.</para> 41 42 <para os="d">Install the package:</para> 43 44 <screen os="e"><userinput>make install</userinput></screen> 43 45 44 46 </sect2> -
final-system/common/psmisc.xml
r6b8c171 rb6f2a61 58 58 <screen os="e"><userinput>make</userinput></screen> 59 59 60 <para os="f"> Install the package:</para>60 <para os="f">This package does not come with a test suite.</para> 61 61 62 <screen os="g"><userinput>make install</userinput></screen>62 <para os="g">Install the package:</para> 63 63 64 <para os="h">There is no reason for the <command>pstree</command> and 64 <screen os="h"><userinput>make install</userinput></screen> 65 66 <para os="i">There is no reason for the <command>pstree</command> and 65 67 <command>pstree.x11</command> programs to reside in <filename 66 68 class="directory">/bin</filename>. Therefore, move them to <filename 67 69 class="directory">/usr/bin</filename>:</para> 68 70 69 <screen os=" i"><userinput>mv -v /bin/pstree* /usr/bin</userinput></screen>71 <screen os="j"><userinput>mv -v /bin/pstree* /usr/bin</userinput></screen> 70 72 71 <para os=" j">By default, Psmisc's <command>pidof</command> program is not installed.73 <para os="k">By default, Psmisc's <command>pidof</command> program is not installed. 72 74 This usually is not a problem because it is installed later in the Sysvinit 73 75 package, which provides a better <command>pidof</command> program. If … … 75 77 of Psmisc by creating the following symlink:</para> 76 78 77 <screen os=" k"><userinput>ln -sv killall /bin/pidof</userinput></screen>79 <screen os="l"><userinput>ln -sv killall /bin/pidof</userinput></screen> 78 80 79 81 </sect2> -
final-system/common/shadow.xml
r6b8c171 rb6f2a61 83 83 <screen os="i"><userinput>make</userinput></screen> 84 84 85 <para os="j">Install the package:</para> 86 87 <screen os="k"><userinput>make install</userinput></screen> 88 89 <para id="shadow-limits-login_access" os="l">Shadow uses two files to configure 85 <para os="j">This package does not come with a test suite.</para> 86 87 <para os="k">Install the package:</para> 88 89 <screen os="l"><userinput>make install</userinput></screen> 90 91 <para id="shadow-limits-login_access" os="m">Shadow uses two files to configure 90 92 authentication settings for the system. Install these two configuration 91 93 files:</para> 92 94 93 <indexterm zone="shadow-limits-login_access" os=" m">95 <indexterm zone="shadow-limits-login_access" os="n"> 94 96 <primary sortas="e-/etc/limits">/etc/limits</primary> 95 97 </indexterm> 96 98 97 <indexterm zone="shadow-limits-login_access" os=" n">99 <indexterm zone="shadow-limits-login_access" os="o"> 98 100 <primary sortas="e-/etc/login.access">/etc/login.access</primary> 99 101 </indexterm> 100 102 101 <screen os=" o"><userinput>cp -v etc/{limits,login.access} /etc</userinput></screen>102 103 <para id="shadow-login_defs" os=" p">Instead of using the default103 <screen os="p"><userinput>cp -v etc/{limits,login.access} /etc</userinput></screen> 104 105 <para id="shadow-login_defs" os="q">Instead of using the default 104 106 <emphasis>crypt</emphasis> method, use the more secure 105 107 <emphasis>MD5</emphasis> method of password encryption, which also allows … … 111 113 while copying it to its destination:</para> 112 114 113 <indexterm zone="shadow-login_defs" os=" q">115 <indexterm zone="shadow-login_defs" os="r"> 114 116 <primary sortas="e-/etc/login.defs">/etc/login.defs</primary> 115 117 </indexterm> 116 118 117 <note os=" r">119 <note os="s"> 118 120 <para>If you built Shadow with Cracklib support, insert the following into 119 121 the <command>sed</command> given below:</para> … … 122 124 </note> 123 125 124 <screen os=" s"><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \126 <screen os="t"><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \ 125 127 -e 's@/var/spool/mail@/var/mail@' \ 126 128 etc/login.defs > /etc/login.defs</userinput></screen> 127 129 128 <para os=" t">Move a misplaced program to its proper location:</para>129 130 <screen os=" u"><userinput>mv -v /usr/bin/passwd /bin</userinput></screen>131 132 <para os=" v">Move Shadow's dynamic libraries to a more appropriate130 <para os="u">Move a misplaced program to its proper location:</para> 131 132 <screen os="v"><userinput>mv -v /usr/bin/passwd /bin</userinput></screen> 133 134 <para os="w">Move Shadow's dynamic libraries to a more appropriate 133 135 location:</para> 134 136 135 <screen os=" w"><userinput>mv -v /lib/libshadow.*a /usr/lib137 <screen os="x"><userinput>mv -v /lib/libshadow.*a /usr/lib 136 138 rm -v /lib/libshadow.so 137 139 ln -svf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> 138 140 139 <para os=" x">The <option>-D</option> option of the <command>useradd</command>141 <para os="y">The <option>-D</option> option of the <command>useradd</command> 140 142 program requires the <filename class="directory">/etc/default</filename> 141 143 directory for it to work properly:</para> 142 144 143 <screen os=" y"><userinput>install -dv /etc/default</userinput></screen>145 <screen os="z"><userinput>install -dv /etc/default</userinput></screen> 144 146 145 147 </sect2> -
final-system/common/sysklogd.xml
r6b8c171 rb6f2a61 43 43 <screen os="d"><userinput>make</userinput></screen> 44 44 45 <para os="e"> Install the package:</para>45 <para os="e">This package does not come with a test suite.</para> 46 46 47 <screen os="f"><userinput>make install</userinput></screen> 47 <para os="f">Install the package:</para> 48 49 <screen os="g"><userinput>make install</userinput></screen> 48 50 49 51 </sect2> -
final-system/mips/mktemp.xml
r6b8c171 rb6f2a61 63 63 xpointer="xpointer(//*[@os='i'])"/> 64 64 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../common/mktemp.xml" 67 xpointer="xpointer(//*[@os='j'])"/> 68 65 69 </sect2> 66 70 -
final-system/mips64/mktemp.xml
r6b8c171 rb6f2a61 66 66 xpointer="xpointer(//*[@os='i'])"/> 67 67 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 69 href="../common/mktemp.xml" 70 xpointer="xpointer(//*[@os='j'])"/> 71 68 72 </sect2> 69 73 -
final-system/multilib/gzip.xml
r6b8c171 rb6f2a61 68 68 xpointer="xpointer(//*[@os='j'])"/> 69 69 70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 71 href="../common/gzip.xml" 72 xpointer="xpointer(//*[@os='k'])"/> 73 70 74 </sect2> 71 75 -
final-system/multilib/inetutils.xml
r6b8c171 rb6f2a61 75 75 xpointer="xpointer(//*[@os='i'])"/> 76 76 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 78 href="../common/inetutils.xml" 79 xpointer="xpointer(//*[@os='j'])"/> 80 77 81 </sect2> 78 82 -
final-system/multilib/iproute2.xml
r6b8c171 rb6f2a61 56 56 xpointer="xpointer(//*[@os='g'])"/> 57 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/iproute2.xml" 60 xpointer="xpointer(//*[@os='h'])"/> 61 58 62 </sect2> 59 63 -
final-system/multilib/kbd.xml
r6b8c171 rb6f2a61 50 50 xpointer="xpointer(//*[@os='f'])"/> 51 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../common/kbd.xml" 54 xpointer="xpointer(//*[@os='g'])"/> 55 52 56 </sect2> 53 57 -
final-system/multilib/man.xml
r6b8c171 rb6f2a61 100 100 xpointer="xpointer(//*[@os='t'])"/> 101 101 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 103 href="../common/man.xml" 104 xpointer="xpointer(//*[@os='u'])"/> 105 102 106 </sect2> 103 107 -
final-system/multilib/mktemp.xml
r6b8c171 rb6f2a61 56 56 xpointer="xpointer(//*[@os='i'])"/> 57 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/mktemp.xml" 60 xpointer="xpointer(//*[@os='j'])"/> 61 58 62 </sect2> 59 63 -
final-system/multilib/procps-64bit.xml
r6b8c171 rb6f2a61 32 32 xpointer="xpointer(//*[@os='c'])"/> 33 33 34 <screen os="d"><userinput>make install lib64=lib64</userinput></screen> 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 35 href="../common/procps.xml" 36 xpointer="xpointer(//*[@os='d'])"/> 37 38 <screen os="e"><userinput>make install lib64=lib64</userinput></screen> 35 39 36 40 </sect2> -
final-system/multilib/procps-n32.xml
r6b8c171 rb6f2a61 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 32 32 href="../common/procps.xml" 33 xpointer="xpointer(//*[@os=' a'])"/>33 xpointer="xpointer(//*[@os='c'])"/> 34 34 35 <screen os="d"><userinput>make install lib64=lib32</userinput></screen> 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../common/procps.xml" 37 xpointer="xpointer(//*[@os='d'])"/> 38 39 <screen os="e"><userinput>make install lib64=lib32</userinput></screen> 36 40 37 41 </sect2> -
final-system/multilib/procps.xml
r6b8c171 rb6f2a61 33 33 xpointer="xpointer(//*[@os='c'])"/> 34 34 35 <screen os="d"><userinput>make install lib64=lib</userinput></screen> 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../common/procps.xml" 37 xpointer="xpointer(//*[@os='d'])"/> 38 39 <screen os="e"><userinput>make install lib64=lib</userinput></screen> 36 40 37 41 </sect2> -
final-system/multilib/psmisc.xml
r6b8c171 rb6f2a61 65 65 xpointer="xpointer(//*[@os='k'])"/> 66 66 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 68 href="../common/psmisc.xml" 69 xpointer="xpointer(//*[@os='l'])"/> 70 67 71 </sect2> 68 72 -
final-system/multilib/shadow-64bit.xml
r6b8c171 rb6f2a61 77 77 78 78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 79 href=" ../common/shadow.xml"79 href="shadow.xml" 80 80 xpointer="xpointer(//*[@os='l'])"/> 81 81 … … 109 109 110 110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 111 href=" shadow.xml"111 href="../common/shadow.xml" 112 112 xpointer="xpointer(//*[@os='t'])"/> 113 113 … … 120 120 xpointer="xpointer(//*[@os='v'])"/> 121 121 122 <screen os="u"><userinput>mv -v /lib64/libshadow.*a /usr/lib64 122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 123 href="shadow.xml" 124 xpointer="xpointer(//*[@os='w'])"/> 125 126 <screen os="x"><userinput>mv -v /lib64/libshadow.*a /usr/lib64 123 127 rm -v /lib64/libshadow.so 124 128 ln -svf ../../lib64/libshadow.so.0 /usr/lib64/libshadow.so</userinput></screen> … … 126 130 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 127 131 href="../common/shadow.xml" 128 xpointer="xpointer(//*[@os=' x'])"/>132 xpointer="xpointer(//*[@os='y'])"/> 129 133 130 134 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 131 135 href="../common/shadow.xml" 132 xpointer="xpointer(//*[@os=' y'])"/>136 xpointer="xpointer(//*[@os='z'])"/> 133 137 134 138 </sect2> -
final-system/multilib/shadow-n32.xml
r6b8c171 rb6f2a61 79 79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 80 80 href="shadow.xml" 81 xpointer="xpointer(//*[@os=' t'])"/>81 xpointer="xpointer(//*[@os='l'])"/> 82 82 83 83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 89 89 xpointer="xpointer(//*[@os='v'])"/> 90 90 91 <screen os="w"><userinput>mv -v /lib32/libshadow.*a /usr/lib32 91 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 92 href="shadow.xml" 93 xpointer="xpointer(//*[@os='w'])"/> 94 95 <screen os="x"><userinput>mv -v /lib32/libshadow.*a /usr/lib32 92 96 rm -v /lib32/libshadow.so 93 97 ln -svf ../../lib32/libshadow.so.0 /usr/lib32/libshadow.so</userinput></screen> -
final-system/multilib/shadow.xml
r6b8c171 rb6f2a61 68 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 69 69 href="../common/shadow.xml" 70 xpointer="xpointer(//*[@os=' t'])"/>70 xpointer="xpointer(//*[@os='l'])"/> 71 71 72 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 82 82 xpointer="xpointer(//*[@os='w'])"/> 83 83 84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 85 href="../common/shadow.xml" 86 xpointer="xpointer(//*[@os='x'])"/> 87 84 88 </sect2> 85 89 -
final-system/multilib/sysklogd.xml
r6b8c171 rb6f2a61 44 44 xpointer="xpointer(//*[@os='f'])"/> 45 45 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 href="../common/sysklogd.xml" 48 xpointer="xpointer(//*[@os='g'])"/> 49 46 50 </sect2> 47 51 -
final-system/sparc/kbd.xml
r6b8c171 rb6f2a61 59 59 xpointer="xpointer(//*[@os='f'])"/> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../common/kbd.xml" 63 xpointer="xpointer(//*[@os='g'])"/> 64 61 65 </sect2> 62 66 -
final-system/sparc64/kbd.xml
r6b8c171 rb6f2a61 62 62 xpointer="xpointer(//*[@os='f'])"/> 63 63 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 65 href="../common/kbd.xml" 66 xpointer="xpointer(//*[@os='g'])"/> 67 64 68 </sect2> 65 69 -
temp-system/common/gzip.xml
r6b8c171 rb6f2a61 46 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 47 href="../../final-system/common/gzip.xml" 48 xpointer="xpointer(//*[@os=' g'])"/>48 xpointer="xpointer(//*[@os='h'])"/> 49 49 50 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 51 51 href="../../final-system/common/gzip.xml" 52 xpointer="xpointer(//*[@os=' h'])"/>52 xpointer="xpointer(//*[@os='i'])"/> 53 53 54 54 </sect2> -
temp-system/multilib/gzip.xml
r6b8c171 rb6f2a61 48 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 49 href="../common/gzip.xml" 50 xpointer="xpointer(//*[@os=' g'])"/>50 xpointer="xpointer(//*[@os='h'])"/> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 53 href="../common/gzip.xml" 54 xpointer="xpointer(//*[@os=' h'])"/>54 xpointer="xpointer(//*[@os='i'])"/> 55 55 56 56 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.